Html Css Color HEX #A8D4AC Celadon

📋 copy color: '#A8D4AC'

red 168 ◦ green 212 ◦ blue 172

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

Shades of Celadon #A8D4AC

Tints of Celadon #A8D4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 30.43%
G = 38.41%
B = 31.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#A8D4AC (or 0xA8D4AC) is known color: Celadon. HEX triplet: A8, D4 and AC. RGB value is (168,212,172). Sum of RGB (Red+Green+Blue) = 168+212+172=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D4AC is #572B53. Grayscale: #C2C2C2. Windows color (decimal): -5712724 or 11326632. OLE color: 11326632.

HSL color Cylindrical-coordinate representation of color #A8D4AC: hue angle of 125.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4AC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 172 -
CMYK 0.21 0 0.19 0.17
HSL 125.45º 0.34% 0.75% -
HSV(B) 125.45º 0.21% 0.83% -
XYZ 47.14 58.39 47.82 -
YUV 194.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 168 212 172 0.21 0 0.19 0.17 125.45 0.34 0.75
Hex A8 D4 AC 15 0 13 11 7D 22 4B
Octal 250 324 254 25 0 23 21 175 42 113
Binary 10101000 11010100 10101100 10101 0 10011 10001 1111101 100010 1001011

Color Harmonies of #A8D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4AC

Black with #A8D4AC

Text Example


Text Example

White with #A8D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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