Html Css Color HEX #AACCC0 Opal

📋 copy color: '#AACCC0'

red 170 ◦ green 204 ◦ blue 192

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

Shades of Opal #AACCC0

Tints of Opal #AACCC0

RGB

 RED value IS 170 (66.8% from 255) = 30.04%

 GREEN value IS 204 (80.08% from 255) = 36.04%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 30.04%
G = 36.04%
B = 33.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#AACCC0 (or 0xAACCC0) is known color: Opal. HEX triplet: AA, CC and C0. RGB value is (170,204,192). Sum of RGB (Red+Green+Blue) = 170+204+192=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC0 is #55333F. Grayscale: #C0C0C0. Windows color (decimal): -5583680 or 12635306. OLE color: 12635306.

HSL color Cylindrical-coordinate representation of color #AACCC0: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC0 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 192 -
CMYK 0.17 0 0.06 0.2
HSL 158.82º 0.25% 0.73% -
HSV(B) 158.82º 0.17% 0.8% -
XYZ 47.68 55.54 58.08 -
YUV 192.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 170 204 192 0.17 0 0.06 0.2 158.82 0.25 0.73
Hex AA CC C0 11 0 6 14 9F 19 49
Octal 252 314 300 21 0 6 24 237 31 111
Binary 10101010 11001100 11000000 10001 0 110 10100 10011111 11001 1001001

Color Harmonies of #AACCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCC0

Black with #AACCC0

Text Example


Text Example

White with #AACCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCC0; }

 p { color: rgb(170,204,192); }

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

background-color css

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

 a { background-color: rgb(170,204,192); }

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

border-color css

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

 span { border-color: rgb(170,204,192); }

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