Html Css Color HEX #32BEAE Light Sea Green

📋 copy color: '#32BEAE'

red 50 ◦ green 190 ◦ blue 174

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

Shades of Light Sea Green #32BEAE

Tints of Light Sea Green #32BEAE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.89%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 12.08%
G = 45.89%
B = 42.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#32BEAE (or 0x32BEAE) is known color: Light Sea Green. HEX triplet: 32, BE and AE. RGB value is (50,190,174). Sum of RGB (Red+Green+Blue) = 50+190+174=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAE is #CD4151. Grayscale: #929292. Windows color (decimal): -13451602 or 11451954. OLE color: 11451954.

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

Color convert

RGB 50 190 174 -
CMYK 0.74 0 0.08 0.25
HSL 173.14º 0.58% 0.47% -
HSV(B) 173.14º 0.74% 0.75% -
XYZ 27.37 40.56 46.43 -
YUV 146.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 50 190 174 0.74 0 0.08 0.25 173.14 0.58 0.47
Hex 32 BE AE 4A 0 8 19 AD 3A 2F
Octal 62 276 256 112 0 10 31 255 72 57
Binary 110010 10111110 10101110 1001010 0 1000 11001 10101101 111010 101111

Color Harmonies of #32BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEAE

Black with #32BEAE

Text Example


Text Example

White with #32BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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