#A7CEBE

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

Shades of Opal #A7CEBE

Tints of Opal #A7CEBE

Color information

#A7CEBE (or 0xA7CEBE) is unknown color: approx Opal. HEX triplet: A7, CE and BE. RGB value is (167,206,190). Sum of RGB (Red+Green+Blue) = 167+206+190=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEBE is #583141. Grayscale: #C0C0C0. Windows color (decimal): -5779778 or 12504743. OLE color: 12504743.

HSL color Cylindrical-coordinate representation of color #A7CEBE: hue angle of 155.38º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEBE is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB167206190-
CMYK0.1900.080.19
HSL155.38º28.47%73.14%-
HSV(B)155.38º18.93%80.78%-
XYZ47.356.0857.05-
YUV192.52126.58109.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=29.66%
G=36.59%
B=33.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061900.1900.080.19155.3828.4773.14
HexA7CEBE1308139b1c49
Octal247316276230102323334111
Binary10100111110011101011111010011010001001110011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEBE; }

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

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

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

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

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

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

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

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