Html Css Color HEX #ACD8B2 Celadon

📋 copy color: '#ACD8B2'

red 172 ◦ green 216 ◦ blue 178

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

Shades of Celadon #ACD8B2

Tints of Celadon #ACD8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

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

R = 30.39%
G = 38.16%
B = 31.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#ACD8B2 (or 0xACD8B2) is known color: Celadon. HEX triplet: AC, D8 and B2. RGB value is (172,216,178). Sum of RGB (Red+Green+Blue) = 172+216+178=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8B2 is #53274D. Grayscale: #C6C6C6. Windows color (decimal): -5449550 or 11720876. OLE color: 11720876.

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

Color convert

RGB 172 216 178 -
CMYK 0.20 0 0.18 0.15
HSL 128.18º 0.36% 0.76% -
HSV(B) 128.18º 0.2% 0.85% -
XYZ 49.61 61.1 51.3 -
YUV 198.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 172 216 178 0.20 0 0.18 0.15 128.18 0.36 0.76
Hex AC D8 B2 14 0 12 F 80 24 4C
Octal 254 330 262 24 0 22 17 200 44 114
Binary 10101100 11011000 10110010 10100 0 10010 1111 10000000 100100 1001100

Color Harmonies of #ACD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8B2

Black with #ACD8B2

Text Example


Text Example

White with #ACD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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