Html Css Color HEX #84ABAF Ziggurat

📋 copy color: '#84ABAF'

red 132 ◦ green 171 ◦ blue 175

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

Shades of Ziggurat #84ABAF

Tints of Ziggurat #84ABAF

RGB

 RED value IS 132 (51.95% from 255) = 27.62%

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

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

R = 27.62%
G = 35.77%
B = 36.61%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#84ABAF (or 0x84ABAF) is known color: Ziggurat. HEX triplet: 84, AB and AF. RGB value is (132,171,175). Sum of RGB (Red+Green+Blue) = 132+171+175=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #84ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAF is #7B5450. Grayscale: #9F9F9F. Windows color (decimal): -8082513 or 11512708. OLE color: 11512708.

HSL color Cylindrical-coordinate representation of color #84ABAF: hue angle of 185.58º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84ABAF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 171 175 -
CMYK 0.25 0.02 0 0.31
HSL 185.58º 0.21% 0.6% -
HSV(B) 185.58º 0.25% 0.69% -
XYZ 31.82 37.13 46.05 -
YUV 159.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 132 171 175 0.25 0.02 0 0.31 185.58 0.21 0.6
Hex 84 AB AF 19 2 0 1F BA 15 3C
Octal 204 253 257 31 2 0 37 272 25 74
Binary 10000100 10101011 10101111 11001 10 0 11111 10111010 10101 111100

Color Harmonies of #84ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABAF

Black with #84ABAF

Text Example


Text Example

White with #84ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84ABAF; }

 p { color: rgb(132,171,175); }

 H1.HeaderClassName
 {
   color: #84ABAF;
 }
 .AnyTagClassName
 {
   color: #84ABAF;
 }
</style>

background-color css

<style>
 a { background-color: #84ABAF; }

 a { background-color: rgb(132,171,175); }

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

border-color css

<style>
 span { border-color: #84ABAF; }

 span { border-color: rgb(132,171,175); }

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