Html Css Color HEX #A8EBAA Celadon

📋 copy color: '#A8EBAA'

red 168 ◦ green 235 ◦ blue 170

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

Shades of Celadon #A8EBAA

Tints of Celadon #A8EBAA

RGB

 RED value IS 168 (66.02% from 255) = 29.32%

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

 BLUE value IS 170 (66.8% from 255) = 29.67%

R = 29.32%
G = 41.01%
B = 29.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#A8EBAA (or 0xA8EBAA) is known color: Celadon. HEX triplet: A8, EB and AA. RGB value is (168,235,170). Sum of RGB (Red+Green+Blue) = 168+235+170=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EBAA is #571455. Grayscale: #CFCFCF. Windows color (decimal): -5706838 or 11201448. OLE color: 11201448.

HSL color Cylindrical-coordinate representation of color #A8EBAA: hue angle of 121.79º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBAA is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 170 -
CMYK 0.29 0 0.28 0.08
HSL 121.79º 0.63% 0.79% -
HSV(B) 121.79º 0.29% 0.92% -
XYZ 53.11 70.64 48.87 -
YUV 207.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 168 235 170 0.29 0 0.28 0.08 121.79 0.63 0.79
Hex A8 EB AA 1D 0 1C 8 7A 3F 4F
Octal 250 353 252 35 0 34 10 172 77 117
Binary 10101000 11101011 10101010 11101 0 11100 1000 1111010 111111 1001111

Color Harmonies of #A8EBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBAA

Black with #A8EBAA

Text Example


Text Example

White with #A8EBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBAA; }

 p { color: rgb(168,235,170); }

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

background-color css

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

 a { background-color: rgb(168,235,170); }

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

border-color css

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

 span { border-color: rgb(168,235,170); }

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