Html Css Color HEX #ACCCC5 Opal

📋 copy color: '#ACCCC5'

red 172 ◦ green 204 ◦ blue 197

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

Shades of Opal #ACCCC5

Tints of Opal #ACCCC5

RGB

 RED value IS 172 (67.58% from 255) = 30.02%

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

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

R = 30.02%
G = 35.6%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#ACCCC5 (or 0xACCCC5) is known color: Opal. HEX triplet: AC, CC and C5. RGB value is (172,204,197). Sum of RGB (Red+Green+Blue) = 172+204+197=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC5 is #53333A. Grayscale: #C1C1C1. Windows color (decimal): -5452603 or 12962988. OLE color: 12962988.

HSL color Cylindrical-coordinate representation of color #ACCCC5: hue angle of 166.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 197 -
CMYK 0.16 0 0.03 0.2
HSL 166.88º 0.24% 0.74% -
HSV(B) 166.88º 0.16% 0.8% -
XYZ 48.68 55.99 61.06 -
YUV 193.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 172 204 197 0.16 0 0.03 0.2 166.88 0.24 0.74
Hex AC CC C5 10 0 3 14 A7 18 4A
Octal 254 314 305 20 0 3 24 247 30 112
Binary 10101100 11001100 11000101 10000 0 11 10100 10100111 11000 1001010

Color Harmonies of #ACCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCC5

Black with #ACCCC5

Text Example


Text Example

White with #ACCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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