Html Css Color HEX #32C5BA Light Sea Green

📋 copy color: '#32C5BA'

red 50 ◦ green 197 ◦ blue 186

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

Shades of Light Sea Green #32C5BA

Tints of Light Sea Green #32C5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 11.55%
G = 45.5%
B = 42.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#32C5BA (or 0x32C5BA) is known color: Light Sea Green. HEX triplet: 32, C5 and BA. RGB value is (50,197,186). Sum of RGB (Red+Green+Blue) = 50+197+186=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5BA is #CD3A45. Grayscale: #979797. Windows color (decimal): -13449798 or 12240178. OLE color: 12240178.

HSL color Cylindrical-coordinate representation of color #32C5BA: hue angle of 175.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C5BA is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 186 -
CMYK 0.75 0 0.06 0.23
HSL 175.51º 0.6% 0.48% -
HSV(B) 175.51º 0.75% 0.77% -
XYZ 30.14 44.16 53.39 -
YUV 151.79 147.3 55.39 -
System Red Green Blue C M Y K H S L
Decimal 50 197 186 0.75 0 0.06 0.23 175.51 0.6 0.48
Hex 32 C5 BA 4B 0 6 17 B0 3C 30
Octal 62 305 272 113 0 6 27 260 74 60
Binary 110010 11000101 10111010 1001011 0 110 10111 10110000 111100 110000

Color Harmonies of #32C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C5BA

Black with #32C5BA

Text Example


Text Example

White with #32C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,186); }

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

background-color css

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

 a { background-color: rgb(50,197,186); }

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

border-color css

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

 span { border-color: rgb(50,197,186); }

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