Html Css Color HEX #ACD8B3 Celadon

📋 copy color: '#ACD8B3'

red 172 ◦ green 216 ◦ blue 179

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

Shades of Celadon #ACD8B3

Tints of Celadon #ACD8B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.57%

R = 30.34%
G = 38.1%
B = 31.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#ACD8B3 (or 0xACD8B3) is known color: Celadon. HEX triplet: AC, D8 and B3. RGB value is (172,216,179). Sum of RGB (Red+Green+Blue) = 172+216+179=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8B3 is #53274C. Grayscale: #C6C6C6. Windows color (decimal): -5449549 or 11786412. OLE color: 11786412.

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

Color convert

RGB 172 216 179 -
CMYK 0.20 0 0.17 0.15
HSL 129.55º 0.36% 0.76% -
HSV(B) 129.55º 0.2% 0.85% -
XYZ 49.71 61.14 51.83 -
YUV 198.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 172 216 179 0.20 0 0.17 0.15 129.55 0.36 0.76
Hex AC D8 B3 14 0 11 F 82 24 4C
Octal 254 330 263 24 0 21 17 202 44 114
Binary 10101100 11011000 10110011 10100 0 10001 1111 10000010 100100 1001100

Color Harmonies of #ACD8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8B3

Black with #ACD8B3

Text Example


Text Example

White with #ACD8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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