#1baba3

Color #1BABA3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1BABA3

Tints of Light Sea Green #1BABA3

Color information

#1BABA3 (or 0x1BABA3) is unknown color: approx Light Sea Green. HEX triplet: 1B, AB and A3. RGB value is (27,171,163). Sum of RGB (Red+Green+Blue) = 27+171+163=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #1BABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BABA3 is #E4545C. Grayscale: #7E7E7E. Windows color (decimal): -14963805 or 10726171. OLE color: 10726171.

HSL color Cylindrical-coordinate representation of color #1BABA3: hue angle of 176.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BABA3 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB27171163-
CMYK0.8400.050.33
HSL176.67º72.73%38.82%-
HSV(B)176.67º84.21%67.06%-
XYZ21.633239.69-
YUV127.03148.2956.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 7.48%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=7.48%
G=47.37%
B=45.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271711630.8400.050.33176.6772.7338.82
Hex1BABA3540521b14927
Octal33253243124054126111147
Binary11011101010111010001110101000101100001101100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1baba3; }

 p { color: rgb(27,171,163); }

 H1.HeaderClassName
 {
   color: #1baba3;
 }
 .AnyTagClassName
 {
   color: #1baba3;
 }
</style>
background-color css

<style>
 a { background-color: #1baba3; }

 a { background-color: rgb(27,171,163); }

 div.DivClassName
 {
   background-color: #1baba3;
 }
 .BgClassName
 {
   background-color: #1baba3;
 }
</style>
border-color css

<style>
 span { border-color: #1baba3; }

 span { border-color: rgb(27,171,163); }

 td.TdClassName
 {
   border-color: #1baba3;
 }
 .TagClassName
 {
   border-color: #1baba3;
 }
</style>