#3ABBB4

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

Shades of Light Sea Green #3ABBB4

Tints of Light Sea Green #3ABBB4

Color information

#3ABBB4 (or 0x3ABBB4) is unknown color: approx Light Sea Green. HEX triplet: 3A, BB and B4. RGB value is (58,187,180). Sum of RGB (Red+Green+Blue) = 58+187+180=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBB4 is #C5444B. Grayscale: #939393. Windows color (decimal): -12928076 or 11844410. OLE color: 11844410.

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

Color convert

RGB58187180-
CMYK0.6900.040.27
HSL176.74º52.65%48.04%-
HSV(B)176.74º68.98%73.33%-
XYZ27.7539.7449.39-
YUV147.63146.2664.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.65%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=13.65%
G=44%
B=42.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871800.6900.040.27176.7452.6548.04
Hex3ABBB445041Bb13530
Octal7227326410504332616560
Binary1110101011101110110100100010101001101110110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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