#ACCDC4

Color #ACCDC4 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #ACCDC4

Tints of Opal #ACCDC4

Color information

#ACCDC4 (or 0xACCDC4) is unknown color: approx Opal. HEX triplet: AC, CD and C4. RGB value is (172,205,196). Sum of RGB (Red+Green+Blue) = 172+205+196=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC4 is #53323B. Grayscale: #C2C2C2. Windows color (decimal): -5452348 or 12897708. OLE color: 12897708.

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

Color convert

RGB172205196-
CMYK0.1600.040.20
HSL163.64º24.81%73.92%-
HSV(B)163.64º16.1%80.39%-
XYZ48.8156.4260.54-
YUV194.11129.07112.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=30.02%
G=35.78%
B=34.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051960.1600.040.20163.6424.8173.92
HexACCDC4100414a4194a
Octal25431530420042424431112
Binary1010110011001101110001001000001001010010100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDC4; }

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

 H1.HeaderClassName
 {
   color: #ACCDC4;
 }
 .AnyTagClassName
 {
   color: #ACCDC4;
 }
</style>
background-color css

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

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

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

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

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

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