#A2CBBE

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

Shades of Opal #A2CBBE

Tints of Opal #A2CBBE

Color information

#A2CBBE (or 0xA2CBBE) is unknown color: approx Opal. HEX triplet: A2, CB and BE. RGB value is (162,203,190). Sum of RGB (Red+Green+Blue) = 162+203+190=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBBE is #5D3441. Grayscale: #BDBDBD. Windows color (decimal): -6108226 or 12503970. OLE color: 12503970.

HSL color Cylindrical-coordinate representation of color #A2CBBE: hue angle of 160.98º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CBBE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB162203190-
CMYK0.2000.060.20
HSL160.98º28.28%71.57%-
HSV(B)160.98º20.2%79.61%-
XYZ45.5554.1156.76-
YUV189.26128.42108.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=29.19%
G=36.58%
B=34.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031900.2000.060.20160.9828.2871.57
HexA2CBBE140614a11c48
Octal24231327624062424134110
Binary1010001011001011101111101010001101010010100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CBBE; }

 p { color: rgb(162,203,190); }

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

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

 a { background-color: rgb(162,203,190); }

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

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

 span { border-color: rgb(162,203,190); }

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