Html Css Color HEX #A8EDAD Celadon

📋 copy color: '#A8EDAD'

red 168 ◦ green 237 ◦ blue 173

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

Shades of Celadon #A8EDAD

Tints of Celadon #A8EDAD

RGB

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

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

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

R = 29.07%
G = 41%
B = 29.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A8EDAD (or 0xA8EDAD) is known color: Celadon. HEX triplet: A8, ED and AD. RGB value is (168,237,173). Sum of RGB (Red+Green+Blue) = 168+237+173=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDAD is #571252. Grayscale: #D1D1D1. Windows color (decimal): -5706323 or 11398568. OLE color: 11398568.

HSL color Cylindrical-coordinate representation of color #A8EDAD: hue angle of 124.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDAD is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 173 -
CMYK 0.29 0 0.27 0.07
HSL 124.35º 0.66% 0.79% -
HSV(B) 124.35º 0.29% 0.93% -
XYZ 53.98 71.91 50.57 -
YUV 209.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 168 237 173 0.29 0 0.27 0.07 124.35 0.66 0.79
Hex A8 ED AD 1D 0 1B 7 7C 42 4F
Octal 250 355 255 35 0 33 7 174 102 117
Binary 10101000 11101101 10101101 11101 0 11011 111 1111100 1000010 1001111

Color Harmonies of #A8EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDAD

Black with #A8EDAD

Text Example


Text Example

White with #A8EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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