#A7D0BE

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

Shades of Opal #A7D0BE

Tints of Opal #A7D0BE

Color information

#A7D0BE (or 0xA7D0BE) is unknown color: approx Opal. HEX triplet: A7, D0 and BE. RGB value is (167,208,190). Sum of RGB (Red+Green+Blue) = 167+208+190=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0BE is #582F41. Grayscale: #C1C1C1. Windows color (decimal): -5779266 or 12505255. OLE color: 12505255.

HSL color Cylindrical-coordinate representation of color #A7D0BE: hue angle of 153.66º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D0BE is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB167208190-
CMYK0.2000.090.18
HSL153.66º30.37%73.53%-
HSV(B)153.66º19.71%81.57%-
XYZ47.7957.0457.21-
YUV193.69125.92108.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=29.56%
G=36.81%
B=33.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081900.2000.090.18153.6630.3773.53
HexA7D0BE1409129a1e4a
Octal247320276240112223236112
Binary10100111110100001011111010100010011001010011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D0BE; }

 p { color: rgb(167,208,190); }

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

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

 a { background-color: rgb(167,208,190); }

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

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

 span { border-color: rgb(167,208,190); }

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