Html Css Color HEX #32ABC6 Summer Sky

📋 copy color: '#32ABC6'

red 50 ◦ green 171 ◦ blue 198

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

Shades of Summer Sky #32ABC6

Tints of Summer Sky #32ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 11.93%
G = 40.81%
B = 47.26%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#32ABC6 (or 0x32ABC6) is known color: Summer Sky. HEX triplet: 32, AB and C6. RGB value is (50,171,198). Sum of RGB (Red+Green+Blue) = 50+171+198=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #32ABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABC6 is #CD5439. Grayscale: #898989. Windows color (decimal): -13456442 or 13019954. OLE color: 13019954.

HSL color Cylindrical-coordinate representation of color #32ABC6: hue angle of 190.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32ABC6 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 171 198 -
CMYK 0.75 0.14 0 0.22
HSL 190.95º 0.6% 0.49% -
HSV(B) 190.95º 0.75% 0.78% -
XYZ 26.07 33.88 58.59 -
YUV 137.9 161.91 65.3 -
System Red Green Blue C M Y K H S L
Decimal 50 171 198 0.75 0.14 0 0.22 190.95 0.6 0.49
Hex 32 AB C6 4B E 0 16 BF 3C 31
Octal 62 253 306 113 16 0 26 277 74 61
Binary 110010 10101011 11000110 1001011 1110 0 10110 10111111 111100 110001

Color Harmonies of #32ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABC6

Black with #32ABC6

Text Example


Text Example

White with #32ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,198); }

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

background-color css

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

 a { background-color: rgb(50,171,198); }

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

border-color css

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

 span { border-color: rgb(50,171,198); }

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