Html Css Color HEX #32B59F Light Sea Green

📋 copy color: '#32B59F'

red 50 ◦ green 181 ◦ blue 159

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

Shades of Light Sea Green #32B59F

Tints of Light Sea Green #32B59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

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

R = 12.82%
G = 46.41%
B = 40.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#32B59F (or 0x32B59F) is known color: Light Sea Green. HEX triplet: 32, B5 and 9F. RGB value is (50,181,159). Sum of RGB (Red+Green+Blue) = 50+181+159=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #32B59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B59F is #CD4A60. Grayscale: #8B8B8B. Windows color (decimal): -13453921 or 10466610. OLE color: 10466610.

HSL color Cylindrical-coordinate representation of color #32B59F: hue angle of 169.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B59F is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 159 -
CMYK 0.72 0 0.12 0.29
HSL 169.92º 0.57% 0.45% -
HSV(B) 169.92º 0.72% 0.71% -
XYZ 24.1 36.23 38.52 -
YUV 139.32 139.1 64.29 -
System Red Green Blue C M Y K H S L
Decimal 50 181 159 0.72 0 0.12 0.29 169.92 0.57 0.45
Hex 32 B5 9F 48 0 C 1D AA 39 2D
Octal 62 265 237 110 0 14 35 252 71 55
Binary 110010 10110101 10011111 1001000 0 1100 11101 10101010 111001 101101

Color Harmonies of #32B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B59F

Black with #32B59F

Text Example


Text Example

White with #32B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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