#1BAAA2

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

Shades of Light Sea Green #1BAAA2

Tints of Light Sea Green #1BAAA2

Color information

#1BAAA2 (or 0x1BAAA2) is unknown color: approx Light Sea Green. HEX triplet: 1B, AA and A2. RGB value is (27,170,162). Sum of RGB (Red+Green+Blue) = 27+170+162=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAAA2 is #E4555D. Grayscale: #7E7E7E. Windows color (decimal): -14964062 or 10660379. OLE color: 10660379.

HSL color Cylindrical-coordinate representation of color #1BAAA2: hue angle of 176.64º 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 #1BAAA2 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB27170162-
CMYK0.8400.050.33
HSL176.64º72.59%38.63%-
HSV(B)176.64º84.12%66.67%-
XYZ21.3531.5939.15-
YUV126.33148.1257.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.52%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 162 (63.67% from 255) = 45.13%
R=7.52%
G=47.35%
B=45.13%

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
Decimal271701620.8400.050.33176.6472.5938.63
Hex1BAAA2540521b14927
Octal33252242124054126111147
Binary11011101010101010001010101000101100001101100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,170,162); }

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

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

 a { background-color: rgb(27,170,162); }

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

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

 span { border-color: rgb(27,170,162); }

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