Html Css Color HEX #A6EDB2 Celadon

📋 copy color: '#A6EDB2'

red 166 ◦ green 237 ◦ blue 178

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

Shades of Celadon #A6EDB2

Tints of Celadon #A6EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.64%

R = 28.57%
G = 40.79%
B = 30.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A6EDB2 (or 0xA6EDB2) is known color: Celadon. HEX triplet: A6, ED and B2. RGB value is (166,237,178). Sum of RGB (Red+Green+Blue) = 166+237+178=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EDB2 is #59124D. Grayscale: #D1D1D1. Windows color (decimal): -5837390 or 11726246. OLE color: 11726246.

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

Color convert

RGB 166 237 178 -
CMYK 0.30 0 0.25 0.07
HSL 130.14º 0.66% 0.79% -
HSV(B) 130.14º 0.3% 0.93% -
XYZ 54.05 71.89 53.15 -
YUV 209.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 166 237 178 0.30 0 0.25 0.07 130.14 0.66 0.79
Hex A6 ED B2 1E 0 19 7 82 42 4F
Octal 246 355 262 36 0 31 7 202 102 117
Binary 10100110 11101101 10110010 11110 0 11001 111 10000010 1000010 1001111

Color Harmonies of #A6EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDB2

Black with #A6EDB2

Text Example


Text Example

White with #A6EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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