Html Css Color HEX #AACCC5 Opal

📋 copy color: '#AACCC5'

red 170 ◦ green 204 ◦ blue 197

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

Shades of Opal #AACCC5

Tints of Opal #AACCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 29.77%
G = 35.73%
B = 34.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#AACCC5 (or 0xAACCC5) is known color: Opal. HEX triplet: AA, CC and C5. RGB value is (170,204,197). Sum of RGB (Red+Green+Blue) = 170+204+197=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC5 is #55333A. Grayscale: #C1C1C1. Windows color (decimal): -5583675 or 12962986. OLE color: 12962986.

HSL color Cylindrical-coordinate representation of color #AACCC5: hue angle of 167.65º 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 #AACCC5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 197 -
CMYK 0.17 0 0.03 0.2
HSL 167.65º 0.25% 0.73% -
HSV(B) 167.65º 0.17% 0.8% -
XYZ 48.25 55.76 61.04 -
YUV 193.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 170 204 197 0.17 0 0.03 0.2 167.65 0.25 0.73
Hex AA CC C5 11 0 3 14 A8 19 49
Octal 252 314 305 21 0 3 24 250 31 111
Binary 10101010 11001100 11000101 10001 0 11 10100 10101000 11001 1001001

Color Harmonies of #AACCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCC5

Black with #AACCC5

Text Example


Text Example

White with #AACCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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