Html Css Color HEX #ACD9B0 Celadon

📋 copy color: '#ACD9B0'

red 172 ◦ green 217 ◦ blue 176

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

Shades of Celadon #ACD9B0

Tints of Celadon #ACD9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 30.44%
G = 38.41%
B = 31.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ACD9B0 (or 0xACD9B0) is known color: Celadon. HEX triplet: AC, D9 and B0. RGB value is (172,217,176). Sum of RGB (Red+Green+Blue) = 172+217+176=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9B0 is #53264F. Grayscale: #C6C6C6. Windows color (decimal): -5449296 or 11590060. OLE color: 11590060.

HSL color Cylindrical-coordinate representation of color #ACD9B0: hue angle of 125.33º 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 #ACD9B0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 176 -
CMYK 0.21 0 0.19 0.15
HSL 125.33º 0.37% 0.76% -
HSV(B) 125.33º 0.21% 0.85% -
XYZ 49.66 61.53 50.33 -
YUV 198.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 172 217 176 0.21 0 0.19 0.15 125.33 0.37 0.76
Hex AC D9 B0 15 0 13 F 7D 25 4C
Octal 254 331 260 25 0 23 17 175 45 114
Binary 10101100 11011001 10110000 10101 0 10011 1111 1111101 100101 1001100

Color Harmonies of #ACD9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9B0

Black with #ACD9B0

Text Example


Text Example

White with #ACD9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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