#39B2A5

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

Shades of Light Sea Green #39B2A5

Tints of Light Sea Green #39B2A5

Color information

#39B2A5 (or 0x39B2A5) is unknown color: approx Light Sea Green. HEX triplet: 39, B2 and A5. RGB value is (57,178,165). Sum of RGB (Red+Green+Blue) = 57+178+165=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #39B2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B2A5 is #C64D5A. Grayscale: #8C8C8C. Windows color (decimal): -12995931 or 10859065. OLE color: 10859065.

HSL color Cylindrical-coordinate representation of color #39B2A5: hue angle of 173.55º 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 #39B2A5 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB57178165-
CMYK0.6800.070.30
HSL173.55º51.49%46.08%-
HSV(B)173.55º67.98%69.8%-
XYZ24.435.4341.15-
YUV140.34141.9168.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.25%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=14.25%
G=44.5%
B=41.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571781650.6800.070.30173.5551.4946.08
Hex39B2A544071Eae332e
Octal7126224510407362566356
Binary1110011011001010100101100010001111111010101110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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