#3ABBB8

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

Shades of Light Sea Green #3ABBB8

Tints of Light Sea Green #3ABBB8

Color information

#3ABBB8 (or 0x3ABBB8) is unknown color: approx Light Sea Green. HEX triplet: 3A, BB and B8. RGB value is (58,187,184). Sum of RGB (Red+Green+Blue) = 58+187+184=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBB8 is #C54447. Grayscale: #939393. Windows color (decimal): -12928072 or 12106554. OLE color: 12106554.

HSL color Cylindrical-coordinate representation of color #3ABBB8: hue angle of 178.6º 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 #3ABBB8 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB58187184-
CMYK0.6900.020.27
HSL178.6º52.65%48.04%-
HSV(B)178.6º68.98%73.33%-
XYZ28.1739.951.56-
YUV148.09148.2663.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.52%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 184 (72.27% from 255) = 42.89%
R=13.52%
G=43.59%
B=42.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871840.6900.020.27178.652.6548.04
Hex3ABBB845021Bb33530
Octal7227327010502332636560
Binary111010101110111011100010001010101101110110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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