Html Css Color HEX #A8EAAC Celadon

📋 copy color: '#A8EAAC'

red 168 ◦ green 234 ◦ blue 172

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

Shades of Celadon #A8EAAC

Tints of Celadon #A8EAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 29.27%
G = 40.77%
B = 29.97%

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

#A8EAAC (or 0xA8EAAC) is known color: Celadon. HEX triplet: A8, EA and AC. RGB value is (168,234,172). Sum of RGB (Red+Green+Blue) = 168+234+172=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAAC is #571553. Grayscale: #CFCFCF. Windows color (decimal): -5707092 or 11332264. OLE color: 11332264.

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

Color convert

RGB 168 234 172 -
CMYK 0.28 0 0.26 0.08
HSL 123.64º 0.61% 0.79% -
HSV(B) 123.64º 0.28% 0.92% -
XYZ 53.02 70.15 49.78 -
YUV 207.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 168 234 172 0.28 0 0.26 0.08 123.64 0.61 0.79
Hex A8 EA AC 1C 0 1A 8 7C 3D 4F
Octal 250 352 254 34 0 32 10 174 75 117
Binary 10101000 11101010 10101100 11100 0 11010 1000 1111100 111101 1001111

Color Harmonies of #A8EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAAC

Black with #A8EAAC

Text Example


Text Example

White with #A8EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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