Html Css Color HEX #A2EDAD Celadon

📋 copy color: '#A2EDAD'

red 162 ◦ green 237 ◦ blue 173

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

Shades of Celadon #A2EDAD

Tints of Celadon #A2EDAD

RGB

 RED value IS 162 (63.67% from 255) = 28.32%

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 28.32%
G = 41.43%
B = 30.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A2EDAD (or 0xA2EDAD) is known color: Celadon. HEX triplet: A2, ED and AD. RGB value is (162,237,173). Sum of RGB (Red+Green+Blue) = 162+237+173=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDAD is #5D1252. Grayscale: #CFCFCF. Windows color (decimal): -6099539 or 11398562. OLE color: 11398562.

HSL color Cylindrical-coordinate representation of color #A2EDAD: hue angle of 128.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 173 -
CMYK 0.32 0 0.27 0.07
HSL 128.8º 0.68% 0.78% -
HSV(B) 128.8º 0.32% 0.93% -
XYZ 52.73 71.27 50.51 -
YUV 207.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 162 237 173 0.32 0 0.27 0.07 128.8 0.68 0.78
Hex A2 ED AD 20 0 1B 7 81 44 4E
Octal 242 355 255 40 0 33 7 201 104 116
Binary 10100010 11101101 10101101 100000 0 11011 111 10000001 1000100 1001110

Color Harmonies of #A2EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDAD

Black with #A2EDAD

Text Example


Text Example

White with #A2EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDAD; }

 p { color: rgb(162,237,173); }

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

background-color css

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

 a { background-color: rgb(162,237,173); }

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

border-color css

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

 span { border-color: rgb(162,237,173); }

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