Html Css Color HEX #A0EBAE Celadon

📋 copy color: '#A0EBAE'

red 160 ◦ green 235 ◦ blue 174

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

Shades of Celadon #A0EBAE

Tints of Celadon #A0EBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.58%

R = 28.12%
G = 41.3%
B = 30.58%

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

#A0EBAE (or 0xA0EBAE) is known color: Celadon. HEX triplet: A0, EB and AE. RGB value is (160,235,174). Sum of RGB (Red+Green+Blue) = 160+235+174=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBAE is #5F1451. Grayscale: #CDCDCD. Windows color (decimal): -6231122 or 11463584. OLE color: 11463584.

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

Color convert

RGB 160 235 174 -
CMYK 0.32 0 0.26 0.08
HSL 131.2º 0.65% 0.77% -
HSV(B) 131.2º 0.32% 0.92% -
XYZ 51.85 69.95 50.81 -
YUV 205.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 160 235 174 0.32 0 0.26 0.08 131.2 0.65 0.77
Hex A0 EB AE 20 0 1A 8 83 41 4D
Octal 240 353 256 40 0 32 10 203 101 115
Binary 10100000 11101011 10101110 100000 0 11010 1000 10000011 1000001 1001101

Color Harmonies of #A0EBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBAE

Black with #A0EBAE

Text Example


Text Example

White with #A0EBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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