Html Css Color HEX #ACCCC6 Opal

📋 copy color: '#ACCCC6'

red 172 ◦ green 204 ◦ blue 198

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

Shades of Opal #ACCCC6

Tints of Opal #ACCCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.49%

R = 29.97%
G = 35.54%
B = 34.49%

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

#ACCCC6 (or 0xACCCC6) is known color: Opal. HEX triplet: AC, CC and C6. RGB value is (172,204,198). Sum of RGB (Red+Green+Blue) = 172+204+198=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC6 is #533339. Grayscale: #C1C1C1. Windows color (decimal): -5452602 or 13028524. OLE color: 13028524.

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

Color convert

RGB 172 204 198 -
CMYK 0.16 0 0.03 0.2
HSL 168.75º 0.24% 0.74% -
HSV(B) 168.75º 0.16% 0.8% -
XYZ 48.8 56.03 61.67 -
YUV 193.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 172 204 198 0.16 0 0.03 0.2 168.75 0.24 0.74
Hex AC CC C6 10 0 3 14 A9 18 4A
Octal 254 314 306 20 0 3 24 251 30 112
Binary 10101100 11001100 11000110 10000 0 11 10100 10101001 11000 1001010

Color Harmonies of #ACCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCC6

Black with #ACCCC6

Text Example


Text Example

White with #ACCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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