Html Css Color HEX #A6EEAF Celadon

📋 copy color: '#A6EEAF'

red 166 ◦ green 238 ◦ blue 175

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

Shades of Celadon #A6EEAF

Tints of Celadon #A6EEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.11%

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

R = 28.67%
G = 41.11%
B = 30.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A6EEAF (or 0xA6EEAF) is known color: Celadon. HEX triplet: A6, EE and AF. RGB value is (166,238,175). Sum of RGB (Red+Green+Blue) = 166+238+175=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EEAF is #591150. Grayscale: #D1D1D1. Windows color (decimal): -5837137 or 11529894. OLE color: 11529894.

HSL color Cylindrical-coordinate representation of color #A6EEAF: hue angle of 127.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEAF is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 238 175 -
CMYK 0.30 0 0.26 0.07
HSL 127.5º 0.68% 0.79% -
HSV(B) 127.5º 0.3% 0.93% -
XYZ 54.04 72.35 51.67 -
YUV 209.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 166 238 175 0.30 0 0.26 0.07 127.5 0.68 0.79
Hex A6 EE AF 1E 0 1A 7 80 44 4F
Octal 246 356 257 36 0 32 7 200 104 117
Binary 10100110 11101110 10101111 11110 0 11010 111 10000000 1000100 1001111

Color Harmonies of #A6EEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EEAF

Black with #A6EEAF

Text Example


Text Example

White with #A6EEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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