#3ABDB0

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

Shades of Light Sea Green #3ABDB0

Tints of Light Sea Green #3ABDB0

Color information

#3ABDB0 (or 0x3ABDB0) is unknown color: approx Light Sea Green. HEX triplet: 3A, BD and B0. RGB value is (58,189,176). Sum of RGB (Red+Green+Blue) = 58+189+176=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDB0 is #C5424F. Grayscale: #949494. Windows color (decimal): -12927568 or 11582778. OLE color: 11582778.

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

Color convert

RGB58189176-
CMYK0.6900.070.26
HSL174.05º53.04%48.43%-
HSV(B)174.05º69.31%74.12%-
XYZ27.7840.4347.41-
YUV148.35143.663.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.71%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=13.71%
G=44.68%
B=41.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581891760.6900.070.26174.0553.0448.43
Hex3ABDB045071Aae3530
Octal7227526010507322566560
Binary1110101011110110110000100010101111101010101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,189,176); }

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

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

 a { background-color: rgb(58,189,176); }

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

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

 span { border-color: rgb(58,189,176); }

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