#39B1B4

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

Shades of Light Sea Green #39B1B4

Tints of Light Sea Green #39B1B4

Color information

#39B1B4 (or 0x39B1B4) is unknown color: approx Light Sea Green. HEX triplet: 39, B1 and B4. RGB value is (57,177,180). Sum of RGB (Red+Green+Blue) = 57+177+180=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #39B1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B1B4 is #C64E4B. Grayscale: #8D8D8D. Windows color (decimal): -12996172 or 11841849. OLE color: 11841849.

HSL color Cylindrical-coordinate representation of color #39B1B4: hue angle of 181.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B1B4 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57177180-
CMYK0.680.0200.29
HSL181.46º51.9%46.47%-
HSV(B)181.46º68.33%70.59%-
XYZ25.6535.6148.7-
YUV141.46149.7467.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=13.77%
G=42.75%
B=43.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571771800.680.0200.29181.4651.946.47
Hex39B1B444201Db5342e
Octal7126126410420352656456
Binary111001101100011011010010001001001110110110101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B1B4; }

 p { color: rgb(57,177,180); }

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

<style>
 a { background-color: #39B1B4; }

 a { background-color: rgb(57,177,180); }

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

<style>
 span { border-color: #39B1B4; }

 span { border-color: rgb(57,177,180); }

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