Html Css Color HEX #A6E8AF Celadon

📋 copy color: '#A6E8AF'

red 166 ◦ green 232 ◦ blue 175

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

Shades of Celadon #A6E8AF

Tints of Celadon #A6E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.49%

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

R = 28.97%
G = 40.49%
B = 30.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#A6E8AF (or 0xA6E8AF) is known color: Celadon. HEX triplet: A6, E8 and AF. RGB value is (166,232,175). Sum of RGB (Red+Green+Blue) = 166+232+175=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E8AF is #591750. Grayscale: #CDCDCD. Windows color (decimal): -5838673 or 11528358. OLE color: 11528358.

HSL color Cylindrical-coordinate representation of color #A6E8AF: hue angle of 128.18º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8AF is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 232 175 -
CMYK 0.28 0 0.25 0.09
HSL 128.18º 0.59% 0.78% -
HSV(B) 128.18º 0.28% 0.91% -
XYZ 52.32 68.92 51.1 -
YUV 205.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 166 232 175 0.28 0 0.25 0.09 128.18 0.59 0.78
Hex A6 E8 AF 1C 0 19 9 80 3B 4E
Octal 246 350 257 34 0 31 11 200 73 116
Binary 10100110 11101000 10101111 11100 0 11001 1001 10000000 111011 1001110

Color Harmonies of #A6E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E8AF

Black with #A6E8AF

Text Example


Text Example

White with #A6E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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