Html Css Color HEX #AACCC4 Opal

📋 copy color: '#AACCC4'

red 170 ◦ green 204 ◦ blue 196

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

Shades of Opal #AACCC4

Tints of Opal #AACCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.39%

R = 29.82%
G = 35.79%
B = 34.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#AACCC4 (or 0xAACCC4) is known color: Opal. HEX triplet: AA, CC and C4. RGB value is (170,204,196). Sum of RGB (Red+Green+Blue) = 170+204+196=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC4 is #55333B. Grayscale: #C0C0C0. Windows color (decimal): -5583676 or 12897450. OLE color: 12897450.

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

Color convert

RGB 170 204 196 -
CMYK 0.17 0 0.04 0.2
HSL 165.88º 0.25% 0.73% -
HSV(B) 165.88º 0.17% 0.8% -
XYZ 48.13 55.72 60.44 -
YUV 192.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 170 204 196 0.17 0 0.04 0.2 165.88 0.25 0.73
Hex AA CC C4 11 0 4 14 A6 19 49
Octal 252 314 304 21 0 4 24 246 31 111
Binary 10101010 11001100 11000100 10001 0 100 10100 10100110 11001 1001001

Color Harmonies of #AACCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCC4

Black with #AACCC4

Text Example


Text Example

White with #AACCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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