Html Css Color HEX #A0EDB4 Celadon

📋 copy color: '#A0EDB4'

red 160 ◦ green 237 ◦ blue 180

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

Shades of Celadon #A0EDB4

Tints of Celadon #A0EDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 27.73%
G = 41.07%
B = 31.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#A0EDB4 (or 0xA0EDB4) is known color: Celadon. HEX triplet: A0, ED and B4. RGB value is (160,237,180). Sum of RGB (Red+Green+Blue) = 160+237+180=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDB4 is #5F124B. Grayscale: #CFCFCF. Windows color (decimal): -6230604 or 11857312. OLE color: 11857312.

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

Color convert

RGB 160 237 180 -
CMYK 0.32 0 0.24 0.07
HSL 135.58º 0.68% 0.78% -
HSV(B) 135.58º 0.32% 0.93% -
XYZ 53.02 71.34 54.16 -
YUV 207.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 160 237 180 0.32 0 0.24 0.07 135.58 0.68 0.78
Hex A0 ED B4 20 0 18 7 88 44 4E
Octal 240 355 264 40 0 30 7 210 104 116
Binary 10100000 11101101 10110100 100000 0 11000 111 10001000 1000100 1001110

Color Harmonies of #A0EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDB4

Black with #A0EDB4

Text Example


Text Example

White with #A0EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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