Html Css Color HEX #32B6BE Light Sea Green

📋 copy color: '#32B6BE'

red 50 ◦ green 182 ◦ blue 190

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

Shades of Light Sea Green #32B6BE

Tints of Light Sea Green #32B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

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

R = 11.85%
G = 43.13%
B = 45.02%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32B6BE (or 0x32B6BE) is known color: Light Sea Green. HEX triplet: 32, B6 and BE. RGB value is (50,182,190). Sum of RGB (Red+Green+Blue) = 50+182+190=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #32B6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B6BE is #CD4941. Grayscale: #8F8F8F. Windows color (decimal): -13453634 or 12498482. OLE color: 12498482.

HSL color Cylindrical-coordinate representation of color #32B6BE: hue angle of 183.43º 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 #32B6BE is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 182 190 -
CMYK 0.74 0.04 0 0.25
HSL 183.43º 0.58% 0.47% -
HSV(B) 183.43º 0.74% 0.75% -
XYZ 27.34 37.85 54.58 -
YUV 143.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 50 182 190 0.74 0.04 0 0.25 183.43 0.58 0.47
Hex 32 B6 BE 4A 4 0 19 B7 3A 2F
Octal 62 266 276 112 4 0 31 267 72 57
Binary 110010 10110110 10111110 1001010 100 0 11001 10110111 111010 101111

Color Harmonies of #32B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B6BE

Black with #32B6BE

Text Example


Text Example

White with #32B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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