Html Css Color HEX #A6EAAF Celadon

📋 copy color: '#A6EAAF'

red 166 ◦ green 234 ◦ blue 175

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

Shades of Celadon #A6EAAF

Tints of Celadon #A6EAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 28.87%
G = 40.7%
B = 30.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#A6EAAF (or 0xA6EAAF) is known color: Celadon. HEX triplet: A6, EA and AF. RGB value is (166,234,175). Sum of RGB (Red+Green+Blue) = 166+234+175=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAAF is #591550. Grayscale: #CFCFCF. Windows color (decimal): -5838161 or 11528870. OLE color: 11528870.

HSL color Cylindrical-coordinate representation of color #A6EAAF: hue angle of 127.94º 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 #A6EAAF is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 175 -
CMYK 0.29 0 0.25 0.08
HSL 127.94º 0.62% 0.78% -
HSV(B) 127.94º 0.29% 0.92% -
XYZ 52.89 70.05 51.29 -
YUV 206.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 166 234 175 0.29 0 0.25 0.08 127.94 0.62 0.78
Hex A6 EA AF 1D 0 19 8 80 3E 4E
Octal 246 352 257 35 0 31 10 200 76 116
Binary 10100110 11101010 10101111 11101 0 11001 1000 10000000 111110 1001110

Color Harmonies of #A6EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAAF

Black with #A6EAAF

Text Example


Text Example

White with #A6EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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