Html Css Color HEX #32AFB6 Light Sea Green

📋 copy color: '#32AFB6'

red 50 ◦ green 175 ◦ blue 182

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

Shades of Light Sea Green #32AFB6

Tints of Light Sea Green #32AFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 12.29%
G = 43%
B = 44.72%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#32AFB6 (or 0x32AFB6) is known color: Light Sea Green. HEX triplet: 32, AF and B6. RGB value is (50,175,182). Sum of RGB (Red+Green+Blue) = 50+175+182=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #32AFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFB6 is #CD5049. Grayscale: #8A8A8A. Windows color (decimal): -13455434 or 11972402. OLE color: 11972402.

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

Color convert

RGB 50 175 182 -
CMYK 0.73 0.04 0 0.29
HSL 183.18º 0.57% 0.45% -
HSV(B) 183.18º 0.73% 0.71% -
XYZ 25.09 34.72 49.63 -
YUV 138.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 50 175 182 0.73 0.04 0 0.29 183.18 0.57 0.45
Hex 32 AF B6 49 4 0 1D B7 39 2D
Octal 62 257 266 111 4 0 35 267 71 55
Binary 110010 10101111 10110110 1001001 100 0 11101 10110111 111001 101101

Color Harmonies of #32AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFB6

Black with #32AFB6

Text Example


Text Example

White with #32AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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