Html Css Color HEX #32B9BE Light Sea Green

📋 copy color: '#32B9BE'

red 50 ◦ green 185 ◦ blue 190

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

Shades of Light Sea Green #32B9BE

Tints of Light Sea Green #32B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 11.76%
G = 43.53%
B = 44.71%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32B9BE (or 0x32B9BE) is known color: Light Sea Green. HEX triplet: 32, B9 and BE. RGB value is (50,185,190). Sum of RGB (Red+Green+Blue) = 50+185+190=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #32B9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B9BE is #CD4641. Grayscale: #919191. Windows color (decimal): -13452866 or 12499250. OLE color: 12499250.

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

Color convert

RGB 50 185 190 -
CMYK 0.74 0.03 0 0.25
HSL 182.14º 0.58% 0.47% -
HSV(B) 182.14º 0.74% 0.75% -
XYZ 27.96 39.09 54.79 -
YUV 145.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 50 185 190 0.74 0.03 0 0.25 182.14 0.58 0.47
Hex 32 B9 BE 4A 3 0 19 B6 3A 2F
Octal 62 271 276 112 3 0 31 266 72 57
Binary 110010 10111001 10111110 1001010 11 0 11001 10110110 111010 101111

Color Harmonies of #32B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B9BE

Black with #32B9BE

Text Example


Text Example

White with #32B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,185,190); }

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

background-color css

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

 a { background-color: rgb(50,185,190); }

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

border-color css

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

 span { border-color: rgb(50,185,190); }

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