Html Css Color HEX #A6EDAC Celadon

📋 copy color: '#A6EDAC'

red 166 ◦ green 237 ◦ blue 172

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

Shades of Celadon #A6EDAC

Tints of Celadon #A6EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

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

R = 28.87%
G = 41.22%
B = 29.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A6EDAC (or 0xA6EDAC) is known color: Celadon. HEX triplet: A6, ED and AC. RGB value is (166,237,172). Sum of RGB (Red+Green+Blue) = 166+237+172=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EDAC is #591253. Grayscale: #D0D0D0. Windows color (decimal): -5837396 or 11333030. OLE color: 11333030.

HSL color Cylindrical-coordinate representation of color #A6EDAC: hue angle of 125.07º degrees, saturation: 0.66, 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 #A6EDAC is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 172 -
CMYK 0.30 0 0.27 0.07
HSL 125.07º 0.66% 0.79% -
HSV(B) 125.07º 0.3% 0.93% -
XYZ 53.46 71.65 50.04 -
YUV 208.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 166 237 172 0.30 0 0.27 0.07 125.07 0.66 0.79
Hex A6 ED AC 1E 0 1B 7 7D 42 4F
Octal 246 355 254 36 0 33 7 175 102 117
Binary 10100110 11101101 10101100 11110 0 11011 111 1111101 1000010 1001111

Color Harmonies of #A6EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDAC

Black with #A6EDAC

Text Example


Text Example

White with #A6EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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