Html Css Color HEX #32B69E Light Sea Green

📋 copy color: '#32B69E'

red 50 ◦ green 182 ◦ blue 158

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

Shades of Light Sea Green #32B69E

Tints of Light Sea Green #32B69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 12.82%
G = 46.67%
B = 40.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#32B69E (or 0x32B69E) is known color: Light Sea Green. HEX triplet: 32, B6 and 9E. RGB value is (50,182,158). Sum of RGB (Red+Green+Blue) = 50+182+158=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #32B69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B69E is #CD4961. Grayscale: #8B8B8B. Windows color (decimal): -13453666 or 10401330. OLE color: 10401330.

HSL color Cylindrical-coordinate representation of color #32B69E: hue angle of 169.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B69E is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 182 158 -
CMYK 0.73 0 0.13 0.29
HSL 169.09º 0.57% 0.45% -
HSV(B) 169.09º 0.73% 0.71% -
XYZ 24.21 36.6 38.14 -
YUV 139.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 50 182 158 0.73 0 0.13 0.29 169.09 0.57 0.45
Hex 32 B6 9E 49 0 D 1D A9 39 2D
Octal 62 266 236 111 0 15 35 251 71 55
Binary 110010 10110110 10011110 1001001 0 1101 11101 10101001 111001 101101

Color Harmonies of #32B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B69E

Black with #32B69E

Text Example


Text Example

White with #32B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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