#A0CBC4

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

Shades of Opal #A0CBC4

Tints of Opal #A0CBC4

Color information

#A0CBC4 (or 0xA0CBC4) is unknown color: approx Opal. HEX triplet: A0, CB and C4. RGB value is (160,203,196). Sum of RGB (Red+Green+Blue) = 160+203+196=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC4 is #5F343B. Grayscale: #BDBDBD. Windows color (decimal): -6239292 or 12897184. OLE color: 12897184.

HSL color Cylindrical-coordinate representation of color #A0CBC4: hue angle of 170.23º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC4 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB160203196-
CMYK0.2100.030.20
HSL170.23º29.25%71.18%-
HSV(B)170.23º21.18%79.61%-
XYZ45.8254.1760.27-
YUV189.34131.75107.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=28.62%
G=36.31%
B=35.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031960.2100.030.20170.2329.2571.18
HexA0CBC4150314aa1d47
Octal24031330425032425235107
Binary101000001100101111000100101010111010010101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBC4; }

 p { color: rgb(160,203,196); }

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

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

 a { background-color: rgb(160,203,196); }

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

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

 span { border-color: rgb(160,203,196); }

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