Html Css Color HEX #ACCCC4 Opal

📋 copy color: '#ACCCC4'

red 172 ◦ green 204 ◦ blue 196

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

Shades of Opal #ACCCC4

Tints of Opal #ACCCC4

RGB

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

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

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

R = 30.07%
G = 35.66%
B = 34.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#ACCCC4 (or 0xACCCC4) is known color: Opal. HEX triplet: AC, CC and C4. RGB value is (172,204,196). Sum of RGB (Red+Green+Blue) = 172+204+196=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC4 is #53333B. Grayscale: #C1C1C1. Windows color (decimal): -5452604 or 12897452. OLE color: 12897452.

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

Color convert

RGB 172 204 196 -
CMYK 0.16 0 0.04 0.2
HSL 165º 0.24% 0.74% -
HSV(B) 165º 0.16% 0.8% -
XYZ 48.57 55.94 60.46 -
YUV 193.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 172 204 196 0.16 0 0.04 0.2 165 0.24 0.74
Hex AC CC C4 10 0 4 14 A5 18 4A
Octal 254 314 304 20 0 4 24 245 30 112
Binary 10101100 11001100 11000100 10000 0 100 10100 10100101 11000 1001010

Color Harmonies of #ACCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCC4

Black with #ACCCC4

Text Example


Text Example

White with #ACCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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