#3ABBB2

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

Shades of Light Sea Green #3ABBB2

Tints of Light Sea Green #3ABBB2

Color information

#3ABBB2 (or 0x3ABBB2) is unknown color: approx Light Sea Green. HEX triplet: 3A, BB and B2. RGB value is (58,187,178). Sum of RGB (Red+Green+Blue) = 58+187+178=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBB2 is #C5444D. Grayscale: #939393. Windows color (decimal): -12928078 or 11713338. OLE color: 11713338.

HSL color Cylindrical-coordinate representation of color #3ABBB2: hue angle of 175.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABBB2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB58187178-
CMYK0.6900.050.27
HSL175.81º52.65%48.04%-
HSV(B)175.81º68.98%73.33%-
XYZ27.5539.6548.32-
YUV147.4145.2664.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.71%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=13.71%
G=44.21%
B=42.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871780.6900.050.27175.8152.6548.04
Hex3ABBB245051Bb03530
Octal7227326210505332606560
Binary1110101011101110110010100010101011101110110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABBB2; }

 p { color: rgb(58,187,178); }

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

<style>
 a { background-color: #3ABBB2; }

 a { background-color: rgb(58,187,178); }

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

<style>
 span { border-color: #3ABBB2; }

 span { border-color: rgb(58,187,178); }

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