Html Css Color HEX #A0EDAD Celadon

📋 copy color: '#A0EDAD'

red 160 ◦ green 237 ◦ blue 173

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

Shades of Celadon #A0EDAD

Tints of Celadon #A0EDAD

RGB

 RED value IS 160 (62.89% from 255) = 28.07%

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

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

R = 28.07%
G = 41.58%
B = 30.35%

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

#A0EDAD (or 0xA0EDAD) is known color: Celadon. HEX triplet: A0, ED and AD. RGB value is (160,237,173). Sum of RGB (Red+Green+Blue) = 160+237+173=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EDAD is #5F1252. Grayscale: #CECECE. Windows color (decimal): -6230611 or 11398560. OLE color: 11398560.

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

Color convert

RGB 160 237 173 -
CMYK 0.32 0 0.27 0.07
HSL 130.13º 0.68% 0.78% -
HSV(B) 130.13º 0.32% 0.93% -
XYZ 52.32 71.06 50.49 -
YUV 206.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 160 237 173 0.32 0 0.27 0.07 130.13 0.68 0.78
Hex A0 ED AD 20 0 1B 7 82 44 4E
Octal 240 355 255 40 0 33 7 202 104 116
Binary 10100000 11101101 10101101 100000 0 11011 111 10000010 1000100 1001110

Color Harmonies of #A0EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDAD

Black with #A0EDAD

Text Example


Text Example

White with #A0EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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