Html Css Color HEX #32B9AF Light Sea Green

📋 copy color: '#32B9AF'

red 50 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #32B9AF

Tints of Light Sea Green #32B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 12.2%
G = 45.12%
B = 42.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#32B9AF (or 0x32B9AF) is known color: Light Sea Green. HEX triplet: 32, B9 and AF. RGB value is (50,185,175). Sum of RGB (Red+Green+Blue) = 50+185+175=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #32B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B9AF is #CD4650. Grayscale: #8F8F8F. Windows color (decimal): -13452881 or 11516210. OLE color: 11516210.

HSL color Cylindrical-coordinate representation of color #32B9AF: hue angle of 175.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B9AF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 185 175 -
CMYK 0.73 0 0.05 0.27
HSL 175.56º 0.57% 0.46% -
HSV(B) 175.56º 0.73% 0.73% -
XYZ 26.4 38.47 46.59 -
YUV 143.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 50 185 175 0.73 0 0.05 0.27 175.56 0.57 0.46
Hex 32 B9 AF 49 0 5 1B B0 39 2E
Octal 62 271 257 111 0 5 33 260 71 56
Binary 110010 10111001 10101111 1001001 0 101 11011 10110000 111001 101110

Color Harmonies of #32B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B9AF

Black with #32B9AF

Text Example


Text Example

White with #32B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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