Html Css Color HEX #A6EAAC Celadon

📋 copy color: '#A6EAAC'

red 166 ◦ green 234 ◦ blue 172

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

Shades of Celadon #A6EAAC

Tints of Celadon #A6EAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.91%

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 29.02%
G = 40.91%
B = 30.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#A6EAAC (or 0xA6EAAC) is known color: Celadon. HEX triplet: A6, EA and AC. RGB value is (166,234,172). Sum of RGB (Red+Green+Blue) = 166+234+172=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAAC is #591553. Grayscale: #CECECE. Windows color (decimal): -5838164 or 11332262. OLE color: 11332262.

HSL color Cylindrical-coordinate representation of color #A6EAAC: hue angle of 125.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAAC is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 172 -
CMYK 0.29 0 0.26 0.08
HSL 125.29º 0.62% 0.78% -
HSV(B) 125.29º 0.29% 0.92% -
XYZ 52.6 69.93 49.76 -
YUV 206.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 166 234 172 0.29 0 0.26 0.08 125.29 0.62 0.78
Hex A6 EA AC 1D 0 1A 8 7D 3E 4E
Octal 246 352 254 35 0 32 10 175 76 116
Binary 10100110 11101010 10101100 11101 0 11010 1000 1111101 111110 1001110

Color Harmonies of #A6EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAAC

Black with #A6EAAC

Text Example


Text Example

White with #A6EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAAC; }

 p { color: rgb(166,234,172); }

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

background-color css

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

 a { background-color: rgb(166,234,172); }

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

border-color css

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

 span { border-color: rgb(166,234,172); }

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