#ACCDC1

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

Shades of Opal #ACCDC1

Tints of Opal #ACCDC1

Color information

#ACCDC1 (or 0xACCDC1) is unknown color: approx Opal. HEX triplet: AC, CD and C1. RGB value is (172,205,193). Sum of RGB (Red+Green+Blue) = 172+205+193=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC1 is #53323E. Grayscale: #C1C1C1. Windows color (decimal): -5452351 or 12701100. OLE color: 12701100.

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

Color convert

RGB172205193-
CMYK0.1600.060.20
HSL158.18º24.81%73.92%-
HSV(B)158.18º16.1%80.39%-
XYZ48.4756.2858.76-
YUV193.76127.57112.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=30.18%
G=35.96%
B=33.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051930.1600.060.20158.1824.8173.92
HexACCDC11006149e194a
Octal25431530120062423631112
Binary1010110011001101110000011000001101010010011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDC1; }

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

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

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

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

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

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

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

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