Html Css Color HEX #A0EBAF Celadon

📋 copy color: '#A0EBAF'

red 160 ◦ green 235 ◦ blue 175

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

Shades of Celadon #A0EBAF

Tints of Celadon #A0EBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 28.07%
G = 41.23%
B = 30.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#A0EBAF (or 0xA0EBAF) is known color: Celadon. HEX triplet: A0, EB and AF. RGB value is (160,235,175). Sum of RGB (Red+Green+Blue) = 160+235+175=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBAF is #5F1450. Grayscale: #CDCDCD. Windows color (decimal): -6231121 or 11529120. OLE color: 11529120.

HSL color Cylindrical-coordinate representation of color #A0EBAF: hue angle of 132º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 175 -
CMYK 0.32 0 0.26 0.08
HSL 132º 0.65% 0.77% -
HSV(B) 132º 0.32% 0.92% -
XYZ 51.94 69.99 51.33 -
YUV 205.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 160 235 175 0.32 0 0.26 0.08 132 0.65 0.77
Hex A0 EB AF 20 0 1A 8 84 41 4D
Octal 240 353 257 40 0 32 10 204 101 115
Binary 10100000 11101011 10101111 100000 0 11010 1000 10000100 1000001 1001101

Color Harmonies of #A0EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBAF

Black with #A0EBAF

Text Example


Text Example

White with #A0EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBAF; }

 p { color: rgb(160,235,175); }

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

background-color css

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

 a { background-color: rgb(160,235,175); }

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

border-color css

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

 span { border-color: rgb(160,235,175); }

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