Html Css Color HEX #AAC5BB Opal

📋 copy color: '#AAC5BB'

red 170 ◦ green 197 ◦ blue 187

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

Shades of Opal #AAC5BB

Tints of Opal #AAC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 30.69%
G = 35.56%
B = 33.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#AAC5BB (or 0xAAC5BB) is known color: Opal. HEX triplet: AA, C5 and BB. RGB value is (170,197,187). Sum of RGB (Red+Green+Blue) = 170+197+187=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BB is #553A44. Grayscale: #BBBBBB. Windows color (decimal): -5585477 or 12305834. OLE color: 12305834.

HSL color Cylindrical-coordinate representation of color #AAC5BB: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5BB is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 187 -
CMYK 0.14 0 0.05 0.23
HSL 157.78º 0.19% 0.72% -
HSV(B) 157.78º 0.14% 0.77% -
XYZ 45.51 52.07 54.66 -
YUV 187.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 170 197 187 0.14 0 0.05 0.23 157.78 0.19 0.72
Hex AA C5 BB E 0 5 17 9E 13 48
Octal 252 305 273 16 0 5 27 236 23 110
Binary 10101010 11000101 10111011 1110 0 101 10111 10011110 10011 1001000

Color Harmonies of #AAC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5BB

Black with #AAC5BB

Text Example


Text Example

White with #AAC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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