Html Css Color HEX #32BDAF Light Sea Green

📋 copy color: '#32BDAF'

red 50 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #32BDAF

Tints of Light Sea Green #32BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.65%

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

R = 12.08%
G = 45.65%
B = 42.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#32BDAF (or 0x32BDAF) is known color: Light Sea Green. HEX triplet: 32, BD and AF. RGB value is (50,189,175). Sum of RGB (Red+Green+Blue) = 50+189+175=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BDAF is #CD4250. Grayscale: #919191. Windows color (decimal): -13451857 or 11517234. OLE color: 11517234.

HSL color Cylindrical-coordinate representation of color #32BDAF: hue angle of 173.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDAF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 175 -
CMYK 0.74 0 0.07 0.26
HSL 173.96º 0.58% 0.47% -
HSV(B) 173.96º 0.74% 0.74% -
XYZ 27.25 40.17 46.87 -
YUV 145.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 50 189 175 0.74 0 0.07 0.26 173.96 0.58 0.47
Hex 32 BD AF 4A 0 7 1A AE 3A 2F
Octal 62 275 257 112 0 7 32 256 72 57
Binary 110010 10111101 10101111 1001010 0 111 11010 10101110 111010 101111

Color Harmonies of #32BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDAF

Black with #32BDAF

Text Example


Text Example

White with #32BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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