#39B1B2

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

Shades of Light Sea Green #39B1B2

Tints of Light Sea Green #39B1B2

Color information

#39B1B2 (or 0x39B1B2) is unknown color: approx Light Sea Green. HEX triplet: 39, B1 and B2. RGB value is (57,177,178). Sum of RGB (Red+Green+Blue) = 57+177+178=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #39B1B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B1B2 is #C64E4D. Grayscale: #8D8D8D. Windows color (decimal): -12996174 or 11710777. OLE color: 11710777.

HSL color Cylindrical-coordinate representation of color #39B1B2: hue angle of 180.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B1B2 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57177178-
CMYK0.680.0100.30
HSL180.5º51.49%46.08%-
HSV(B)180.5º67.98%69.8%-
XYZ25.4535.5347.64-
YUV141.23148.7467.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.83%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=13.83%
G=42.96%
B=43.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571771780.680.0100.30180.551.4946.08
Hex39B1B244101Eb4332e
Octal7126126210410362646356
Binary11100110110001101100101000100101111010110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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