Html Css Color HEX #ACD9B2 Celadon

📋 copy color: '#ACD9B2'

red 172 ◦ green 217 ◦ blue 178

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

Shades of Celadon #ACD9B2

Tints of Celadon #ACD9B2

RGB

 RED value IS 172 (67.58% from 255) = 30.34%

 GREEN value IS 217 (85.16% from 255) = 38.27%

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 30.34%
G = 38.27%
B = 31.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#ACD9B2 (or 0xACD9B2) is known color: Celadon. HEX triplet: AC, D9 and B2. RGB value is (172,217,178). Sum of RGB (Red+Green+Blue) = 172+217+178=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9B2 is #53264D. Grayscale: #C7C7C7. Windows color (decimal): -5449294 or 11721132. OLE color: 11721132.

HSL color Cylindrical-coordinate representation of color #ACD9B2: hue angle of 128º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9B2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 178 -
CMYK 0.21 0 0.18 0.15
HSL 128º 0.37% 0.76% -
HSV(B) 128º 0.21% 0.85% -
XYZ 49.86 61.61 51.38 -
YUV 199.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 172 217 178 0.21 0 0.18 0.15 128 0.37 0.76
Hex AC D9 B2 15 0 12 F 80 25 4C
Octal 254 331 262 25 0 22 17 200 45 114
Binary 10101100 11011001 10110010 10101 0 10010 1111 10000000 100101 1001100

Color Harmonies of #ACD9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9B2

Black with #ACD9B2

Text Example


Text Example

White with #ACD9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9B2; }

 p { color: rgb(172,217,178); }

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

background-color css

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

 a { background-color: rgb(172,217,178); }

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

border-color css

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

 span { border-color: rgb(172,217,178); }

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