#A3C8B7

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

Shades of Opal #A3C8B7

Tints of Opal #A3C8B7

Color information

#A3C8B7 (or 0xA3C8B7) is unknown color: approx Opal. HEX triplet: A3, C8 and B7. RGB value is (163,200,183). Sum of RGB (Red+Green+Blue) = 163+200+183=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8B7 is #5C3748. Grayscale: #BBBBBB. Windows color (decimal): -6043465 or 12044451. OLE color: 12044451.

HSL color Cylindrical-coordinate representation of color #A3C8B7: hue angle of 152.43º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C8B7 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB163200183-
CMYK0.1800.080.22
HSL152.43º25.17%71.18%-
HSV(B)152.43º18.5%78.43%-
XYZ44.3152.5152.6-
YUV187125.74110.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=29.85%
G=36.63%
B=33.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001830.1800.080.22152.4325.1771.18
HexA3C8B7120816981947
Octal243310267220102623031107
Binary10100011110010001011011110010010001011010011000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C8B7; }

 p { color: rgb(163,200,183); }

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

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

 a { background-color: rgb(163,200,183); }

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

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

 span { border-color: rgb(163,200,183); }

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