Html Css Color HEX #A6DBAA Celadon

📋 copy color: '#A6DBAA'

red 166 ◦ green 219 ◦ blue 170

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

Shades of Celadon #A6DBAA

Tints of Celadon #A6DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 29.91%
G = 39.46%
B = 30.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A6DBAA (or 0xA6DBAA) is known color: Celadon. HEX triplet: A6, DB and AA. RGB value is (166,219,170). Sum of RGB (Red+Green+Blue) = 166+219+170=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAA is #592455. Grayscale: #C5C5C5. Windows color (decimal): -5842006 or 11197350. OLE color: 11197350.

HSL color Cylindrical-coordinate representation of color #A6DBAA: hue angle of 124.53º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBAA is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 170 -
CMYK 0.24 0 0.22 0.14
HSL 124.53º 0.42% 0.75% -
HSV(B) 124.53º 0.24% 0.86% -
XYZ 48.31 61.67 47.39 -
YUV 197.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 166 219 170 0.24 0 0.22 0.14 124.53 0.42 0.75
Hex A6 DB AA 18 0 16 E 7D 2A 4B
Octal 246 333 252 30 0 26 16 175 52 113
Binary 10100110 11011011 10101010 11000 0 10110 1110 1111101 101010 1001011

Color Harmonies of #A6DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBAA

Black with #A6DBAA

Text Example


Text Example

White with #A6DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBAA; }

 p { color: rgb(166,219,170); }

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

background-color css

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

 a { background-color: rgb(166,219,170); }

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

border-color css

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

 span { border-color: rgb(166,219,170); }

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