#A4D5C4

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

Shades of Opal #A4D5C4

Tints of Opal #A4D5C4

Color information

#A4D5C4 (or 0xA4D5C4) is unknown color: approx Opal. HEX triplet: A4, D5 and C4. RGB value is (164,213,196). Sum of RGB (Red+Green+Blue) = 164+213+196=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D5C4 is #5B2A3B. Grayscale: #C4C4C4. Windows color (decimal): -5974588 or 12899748. OLE color: 12899748.

HSL color Cylindrical-coordinate representation of color #A4D5C4: hue angle of 159.18º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D5C4 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB164213196-
CMYK0.2300.080.16
HSL159.18º36.84%73.92%-
HSV(B)159.18º23%83.53%-
XYZ49.0759.4761.12-
YUV196.41127.77104.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=28.62%
G=37.17%
B=34.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131960.2300.080.16159.1836.8473.92
HexA4D5C41708109f254a
Octal244325304270102023745112
Binary101001001101010111000100101110100010000100111111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D5C4; }

 p { color: rgb(164,213,196); }

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

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

 a { background-color: rgb(164,213,196); }

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

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

 span { border-color: rgb(164,213,196); }

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