Html Css Color HEX #32C2BB Light Sea Green

📋 copy color: '#32C2BB'

red 50 ◦ green 194 ◦ blue 187

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

Shades of Light Sea Green #32C2BB

Tints of Light Sea Green #32C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.01%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 11.6%
G = 45.01%
B = 43.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#32C2BB (or 0x32C2BB) is known color: Light Sea Green. HEX triplet: 32, C2 and BB. RGB value is (50,194,187). Sum of RGB (Red+Green+Blue) = 50+194+187=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2BB is #CD3D44. Grayscale: #969696. Windows color (decimal): -13450565 or 12304946. OLE color: 12304946.

HSL color Cylindrical-coordinate representation of color #32C2BB: hue angle of 177.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C2BB is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 194 187 -
CMYK 0.74 0 0.04 0.24
HSL 177.08º 0.59% 0.48% -
HSV(B) 177.08º 0.74% 0.76% -
XYZ 29.58 42.85 53.73 -
YUV 150.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 50 194 187 0.74 0 0.04 0.24 177.08 0.59 0.48
Hex 32 C2 BB 4A 0 4 18 B1 3B 30
Octal 62 302 273 112 0 4 30 261 73 60
Binary 110010 11000010 10111011 1001010 0 100 11000 10110001 111011 110000

Color Harmonies of #32C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C2BB

Black with #32C2BB

Text Example


Text Example

White with #32C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,194,187); }

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

background-color css

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

 a { background-color: rgb(50,194,187); }

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

border-color css

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

 span { border-color: rgb(50,194,187); }

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