Html Css Color HEX #32BEB9 Light Sea Green

📋 copy color: '#32BEB9'

red 50 ◦ green 190 ◦ blue 185

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

Shades of Light Sea Green #32BEB9

Tints of Light Sea Green #32BEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 11.76%
G = 44.71%
B = 43.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#32BEB9 (or 0x32BEB9) is known color: Light Sea Green. HEX triplet: 32, BE and B9. RGB value is (50,190,185). Sum of RGB (Red+Green+Blue) = 50+190+185=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEB9 is #CD4146. Grayscale: #939393. Windows color (decimal): -13451591 or 12172850. OLE color: 12172850.

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

Color convert

RGB 50 190 185 -
CMYK 0.74 0 0.03 0.25
HSL 177.86º 0.58% 0.47% -
HSV(B) 177.86º 0.74% 0.75% -
XYZ 28.49 41.01 52.31 -
YUV 147.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 50 190 185 0.74 0 0.03 0.25 177.86 0.58 0.47
Hex 32 BE B9 4A 0 3 19 B2 3A 2F
Octal 62 276 271 112 0 3 31 262 72 57
Binary 110010 10111110 10111001 1001010 0 11 11001 10110010 111010 101111

Color Harmonies of #32BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEB9

Black with #32BEB9

Text Example


Text Example

White with #32BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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