Html Css Color HEX #A8EAAD Celadon

📋 copy color: '#A8EAAD'

red 168 ◦ green 234 ◦ blue 173

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

Shades of Celadon #A8EAAD

Tints of Celadon #A8EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.7%

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

R = 29.22%
G = 40.7%
B = 30.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#A8EAAD (or 0xA8EAAD) is known color: Celadon. HEX triplet: A8, EA and AD. RGB value is (168,234,173). Sum of RGB (Red+Green+Blue) = 168+234+173=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAAD is #571552. Grayscale: #CFCFCF. Windows color (decimal): -5707091 or 11397800. OLE color: 11397800.

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

Color convert

RGB 168 234 173 -
CMYK 0.28 0 0.26 0.08
HSL 124.55º 0.61% 0.79% -
HSV(B) 124.55º 0.28% 0.92% -
XYZ 53.11 70.19 50.28 -
YUV 207.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 168 234 173 0.28 0 0.26 0.08 124.55 0.61 0.79
Hex A8 EA AD 1C 0 1A 8 7D 3D 4F
Octal 250 352 255 34 0 32 10 175 75 117
Binary 10101000 11101010 10101101 11100 0 11010 1000 1111101 111101 1001111

Color Harmonies of #A8EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAAD

Black with #A8EAAD

Text Example


Text Example

White with #A8EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAAD; }

 p { color: rgb(168,234,173); }

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

background-color css

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

 a { background-color: rgb(168,234,173); }

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

border-color css

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

 span { border-color: rgb(168,234,173); }

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