Html Css Color HEX #A4DCAC Celadon

📋 copy color: '#A4DCAC'

red 164 ◦ green 220 ◦ blue 172

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

Shades of Celadon #A4DCAC

Tints of Celadon #A4DCAC

RGB

 RED value IS 164 (64.45% from 255) = 29.5%

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

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

R = 29.5%
G = 39.57%
B = 30.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A4DCAC (or 0xA4DCAC) is known color: Celadon. HEX triplet: A4, DC and AC. RGB value is (164,220,172). Sum of RGB (Red+Green+Blue) = 164+220+172=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DCAC is #5B2353. Grayscale: #C5C5C5. Windows color (decimal): -5972820 or 11328676. OLE color: 11328676.

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

Color convert

RGB 164 220 172 -
CMYK 0.25 0 0.22 0.14
HSL 128.57º 0.44% 0.75% -
HSV(B) 128.57º 0.25% 0.86% -
XYZ 48.35 62.06 48.46 -
YUV 197.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 164 220 172 0.25 0 0.22 0.14 128.57 0.44 0.75
Hex A4 DC AC 19 0 16 E 81 2C 4B
Octal 244 334 254 31 0 26 16 201 54 113
Binary 10100100 11011100 10101100 11001 0 10110 1110 10000001 101100 1001011

Color Harmonies of #A4DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCAC

Black with #A4DCAC

Text Example


Text Example

White with #A4DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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