Html Css Color HEX #39C0AF Light Sea Green

📋 copy color: '#39C0AF'

red 57 ◦ green 192 ◦ blue 175

#39C0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #39C0AF

Tints of Light Sea Green #39C0AF

RGB

 RED value IS 57 (22.66% from 255) = 13.44%

 GREEN value IS 192 (75.39% from 255) = 45.28%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 13.44%
G = 45.28%
B = 41.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#39C0AF (or 0x39C0AF) is known color: Light Sea Green. HEX triplet: 39, C0 and AF. RGB value is (57,192,175). Sum of RGB (Red+Green+Blue) = 57+192+175=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #39C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39C0AF is #C63F50. Grayscale: #959595. Windows color (decimal): -12992337 or 11518009. OLE color: 11518009.

HSL color Cylindrical-coordinate representation of color #39C0AF: hue angle of 172.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C0AF is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 192 175 -
CMYK 0.70 0 0.09 0.25
HSL 172.44º 0.54% 0.49% -
HSV(B) 172.44º 0.7% 0.75% -
XYZ 28.27 41.66 47.11 -
YUV 149.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 57 192 175 0.70 0 0.09 0.25 172.44 0.54 0.49
Hex 39 C0 AF 46 0 9 19 AC 36 31
Octal 71 300 257 106 0 11 31 254 66 61
Binary 111001 11000000 10101111 1000110 0 1001 11001 10101100 110110 110001

Color Harmonies of #39C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C0AF

Black with #39C0AF

Text Example


Text Example

White with #39C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,192,175); }

 H1.HeaderClassName
 {
   color: #39C0AF;
 }
 .AnyTagClassName
 {
   color: #39C0AF;
 }
</style>

background-color css

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

 a { background-color: rgb(57,192,175); }

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

border-color css

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

 span { border-color: rgb(57,192,175); }

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