Html Css Color HEX #A8DCAC Celadon

📋 copy color: '#A8DCAC'

red 168 ◦ green 220 ◦ blue 172

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

Shades of Celadon #A8DCAC

Tints of Celadon #A8DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

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

R = 30%
G = 39.29%
B = 30.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A8DCAC (or 0xA8DCAC) is known color: Celadon. HEX triplet: A8, DC and AC. RGB value is (168,220,172). Sum of RGB (Red+Green+Blue) = 168+220+172=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAC is #572353. Grayscale: #C7C7C7. Windows color (decimal): -5710676 or 11328680. OLE color: 11328680.

HSL color Cylindrical-coordinate representation of color #A8DCAC: hue angle of 124.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCAC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 172 -
CMYK 0.24 0 0.22 0.14
HSL 124.62º 0.43% 0.76% -
HSV(B) 124.62º 0.24% 0.86% -
XYZ 49.19 62.49 48.5 -
YUV 198.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 168 220 172 0.24 0 0.22 0.14 124.62 0.43 0.76
Hex A8 DC AC 18 0 16 E 7D 2B 4C
Octal 250 334 254 30 0 26 16 175 53 114
Binary 10101000 11011100 10101100 11000 0 10110 1110 1111101 101011 1001100

Color Harmonies of #A8DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCAC

Black with #A8DCAC

Text Example


Text Example

White with #A8DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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