Html Css Color HEX #A6EDB0 Celadon

📋 copy color: '#A6EDB0'

red 166 ◦ green 237 ◦ blue 176

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

Shades of Celadon #A6EDB0

Tints of Celadon #A6EDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 28.67%
G = 40.93%
B = 30.4%

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

#A6EDB0 (or 0xA6EDB0) is known color: Celadon. HEX triplet: A6, ED and B0. RGB value is (166,237,176). Sum of RGB (Red+Green+Blue) = 166+237+176=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EDB0 is #59124F. Grayscale: #D0D0D0. Windows color (decimal): -5837392 or 11595174. OLE color: 11595174.

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

Color convert

RGB 166 237 176 -
CMYK 0.30 0 0.26 0.07
HSL 128.45º 0.66% 0.79% -
HSV(B) 128.45º 0.3% 0.93% -
XYZ 53.85 71.81 52.1 -
YUV 208.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 166 237 176 0.30 0 0.26 0.07 128.45 0.66 0.79
Hex A6 ED B0 1E 0 1A 7 80 42 4F
Octal 246 355 260 36 0 32 7 200 102 117
Binary 10100110 11101101 10110000 11110 0 11010 111 10000000 1000010 1001111

Color Harmonies of #A6EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDB0

Black with #A6EDB0

Text Example


Text Example

White with #A6EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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