#a5c2bb

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

Shades of Opal #A5C2BB

Tints of Opal #A5C2BB

Color information

#A5C2BB (or 0xA5C2BB) is unknown color: approx Opal. HEX triplet: A5, C2 and BB. RGB value is (165,194,187). Sum of RGB (Red+Green+Blue) = 165+194+187=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2BB is #5A3D44. Grayscale: #B8B8B8. Windows color (decimal): -5913925 or 12305061. OLE color: 12305061.

HSL color Cylindrical-coordinate representation of color #A5C2BB: hue angle of 165.52º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C2BB is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB165194187-
CMYK0.1500.040.24
HSL165.52º19.21%70.39%-
HSV(B)165.52º14.95%76.08%-
XYZ43.7850.1754.39-
YUV184.53129.39114.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=30.22%
G=35.53%
B=34.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941870.1500.040.24165.5219.2170.39
HexA5C2BBF0418a61346
Octal24530227317043024623106
Binary101001011100001010111011111101001100010100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c2bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c2bb; }

 p { color: rgb(165,194,187); }

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

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

 a { background-color: rgb(165,194,187); }

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

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

 span { border-color: rgb(165,194,187); }

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