#3ABCB5

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

Shades of Light Sea Green #3ABCB5

Tints of Light Sea Green #3ABCB5

Color information

#3ABCB5 (or 0x3ABCB5) is unknown color: approx Light Sea Green. HEX triplet: 3A, BC and B5. RGB value is (58,188,181). Sum of RGB (Red+Green+Blue) = 58+188+181=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCB5 is #C5434A. Grayscale: #949494. Windows color (decimal): -12927819 or 11910202. OLE color: 11910202.

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

Color convert

RGB58188181-
CMYK0.6900.040.26
HSL176.77º52.85%48.24%-
HSV(B)176.77º69.15%73.73%-
XYZ28.0740.250-
YUV148.33146.4363.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.58%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=13.58%
G=44.03%
B=42.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581881810.6900.040.26176.7752.8548.24
Hex3ABCB545041Ab13530
Octal7227426510504322616560
Binary1110101011110010110101100010101001101010110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,188,181); }

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

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

 a { background-color: rgb(58,188,181); }

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

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

 span { border-color: rgb(58,188,181); }

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