Html Css Color HEX #84AFAD Ziggurat

📋 copy color: '#84AFAD'

red 132 ◦ green 175 ◦ blue 173

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

Shades of Ziggurat #84AFAD

Tints of Ziggurat #84AFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 27.5%
G = 36.46%
B = 36.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#84AFAD (or 0x84AFAD) is known color: Ziggurat. HEX triplet: 84, AF and AD. RGB value is (132,175,173). Sum of RGB (Red+Green+Blue) = 132+175+173=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #84AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFAD is #7B5052. Grayscale: #A1A1A1. Windows color (decimal): -8081491 or 11382660. OLE color: 11382660.

HSL color Cylindrical-coordinate representation of color #84AFAD: hue angle of 177.21º 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 #84AFAD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 173 -
CMYK 0.25 0 0.01 0.31
HSL 177.21º 0.21% 0.6% -
HSV(B) 177.21º 0.25% 0.69% -
XYZ 32.39 38.58 45.28 -
YUV 161.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 132 175 173 0.25 0 0.01 0.31 177.21 0.21 0.6
Hex 84 AF AD 19 0 1 1F B1 15 3C
Octal 204 257 255 31 0 1 37 261 25 74
Binary 10000100 10101111 10101101 11001 0 1 11111 10110001 10101 111100

Color Harmonies of #84AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFAD

Black with #84AFAD

Text Example


Text Example

White with #84AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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