#A6FFB5

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

Shades of Celadon #A6FFB5

Tints of Celadon #A6FFB5

Color information

#A6FFB5 (or 0xA6FFB5) is unknown color: approx Celadon. HEX triplet: A6, FF and B5. RGB value is (166,255,181). Sum of RGB (Red+Green+Blue) = 166+255+181=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFB5 is #59004A. Grayscale: #DCDCDC. Windows color (decimal): -5832779 or 11927462. OLE color: 11927462.

HSL color Cylindrical-coordinate representation of color #A6FFB5: hue angle of 130.11º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB166255181-
CMYK0.3500.290
HSL130.11º100%82.55%-
HSV(B)130.11º34.9%100%-
XYZ59.8382.9656.58-
YUV219.95106.0189.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=27.57%
G=42.36%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551810.3500.290130.1110082.55
HexA6FFB52301D0826453
Octal246377265430350202144123
Binary10100110111111111011010110001101110101000001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFB5; }

 p { color: rgb(166,255,181); }

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

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

 a { background-color: rgb(166,255,181); }

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

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

 span { border-color: rgb(166,255,181); }

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