Html Css Color HEX #A6DAAB Celadon

📋 copy color: '#A6DAAB'

red 166 ◦ green 218 ◦ blue 171

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

Shades of Celadon #A6DAAB

Tints of Celadon #A6DAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 29.91%
G = 39.28%
B = 30.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#A6DAAB (or 0xA6DAAB) is known color: Celadon. HEX triplet: A6, DA and AB. RGB value is (166,218,171). Sum of RGB (Red+Green+Blue) = 166+218+171=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DAAB is #592554. Grayscale: #C5C5C5. Windows color (decimal): -5842261 or 11262630. OLE color: 11262630.

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

Color convert

RGB 166 218 171 -
CMYK 0.24 0 0.22 0.15
HSL 125.77º 0.41% 0.75% -
HSV(B) 125.77º 0.24% 0.85% -
XYZ 48.15 61.19 47.8 -
YUV 197.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 166 218 171 0.24 0 0.22 0.15 125.77 0.41 0.75
Hex A6 DA AB 18 0 16 F 7E 29 4B
Octal 246 332 253 30 0 26 17 176 51 113
Binary 10100110 11011010 10101011 11000 0 10110 1111 1111110 101001 1001011

Color Harmonies of #A6DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAAB

Black with #A6DAAB

Text Example


Text Example

White with #A6DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAAB; }

 p { color: rgb(166,218,171); }

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

background-color css

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

 a { background-color: rgb(166,218,171); }

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

border-color css

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

 span { border-color: rgb(166,218,171); }

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