Html Css Color HEX #A6DCB0 Celadon

📋 copy color: '#A6DCB0'

red 166 ◦ green 220 ◦ blue 176

#A6DCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #A6DCB0

Tints of Celadon #A6DCB0

RGB

 RED value IS 166 (65.23% from 255) = 29.54%

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 176 (69.14% from 255) = 31.32%

R = 29.54%
G = 39.15%
B = 31.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#A6DCB0 (or 0xA6DCB0) is known color: Celadon. HEX triplet: A6, DC and B0. RGB value is (166,220,176). Sum of RGB (Red+Green+Blue) = 166+220+176=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCB0 is #59234F. Grayscale: #C6C6C6. Windows color (decimal): -5841744 or 11590822. OLE color: 11590822.

HSL color Cylindrical-coordinate representation of color #A6DCB0: hue angle of 131.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCB0 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 176 -
CMYK 0.25 0 0.2 0.14
HSL 131.11º 0.44% 0.76% -
HSV(B) 131.11º 0.25% 0.86% -
XYZ 49.16 62.43 50.53 -
YUV 198.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 166 220 176 0.25 0 0.2 0.14 131.11 0.44 0.76
Hex A6 DC B0 19 0 14 E 83 2C 4C
Octal 246 334 260 31 0 24 16 203 54 114
Binary 10100110 11011100 10110000 11001 0 10100 1110 10000011 101100 1001100

Color Harmonies of #A6DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCB0

Black with #A6DCB0

Text Example


Text Example

White with #A6DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCB0; }

 p { color: rgb(166,220,176); }

 H1.HeaderClassName
 {
   color: #A6DCB0;
 }
 .AnyTagClassName
 {
   color: #A6DCB0;
 }
</style>

background-color css

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

 a { background-color: rgb(166,220,176); }

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

border-color css

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

 span { border-color: rgb(166,220,176); }

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