Html Css Color HEX #32AF9F Light Sea Green

📋 copy color: '#32AF9F'

red 50 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #32AF9F

Tints of Light Sea Green #32AF9F

RGB

 RED value IS 50 (19.92% from 255) = 13.02%

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 13.02%
G = 45.57%
B = 41.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#32AF9F (or 0x32AF9F) is known color: Light Sea Green. HEX triplet: 32, AF and 9F. RGB value is (50,175,159). Sum of RGB (Red+Green+Blue) = 50+175+159=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF9F is #CD5060. Grayscale: #878787. Windows color (decimal): -13455457 or 10465074. OLE color: 10465074.

HSL color Cylindrical-coordinate representation of color #32AF9F: hue angle of 172.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF9F is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 159 -
CMYK 0.71 0 0.09 0.31
HSL 172.32º 0.56% 0.44% -
HSV(B) 172.32º 0.71% 0.69% -
XYZ 22.9 33.84 38.13 -
YUV 135.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 50 175 159 0.71 0 0.09 0.31 172.32 0.56 0.44
Hex 32 AF 9F 47 0 9 1F AC 38 2C
Octal 62 257 237 107 0 11 37 254 70 54
Binary 110010 10101111 10011111 1000111 0 1001 11111 10101100 111000 101100

Color Harmonies of #32AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF9F

Black with #32AF9F

Text Example


Text Example

White with #32AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AF9F; }

 p { color: rgb(50,175,159); }

 H1.HeaderClassName
 {
   color: #32AF9F;
 }
 .AnyTagClassName
 {
   color: #32AF9F;
 }
</style>

background-color css

<style>
 a { background-color: #32AF9F; }

 a { background-color: rgb(50,175,159); }

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

border-color css

<style>
 span { border-color: #32AF9F; }

 span { border-color: rgb(50,175,159); }

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