Html Css Color HEX #ACD8AF Celadon

📋 copy color: '#ACD8AF'

red 172 ◦ green 216 ◦ blue 175

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

Shades of Celadon #ACD8AF

Tints of Celadon #ACD8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 30.55%
G = 38.37%
B = 31.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ACD8AF (or 0xACD8AF) is known color: Celadon. HEX triplet: AC, D8 and AF. RGB value is (172,216,175). Sum of RGB (Red+Green+Blue) = 172+216+175=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8AF is #532750. Grayscale: #C6C6C6. Windows color (decimal): -5449553 or 11524268. OLE color: 11524268.

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

Color convert

RGB 172 216 175 -
CMYK 0.20 0 0.19 0.15
HSL 124.09º 0.36% 0.76% -
HSV(B) 124.09º 0.2% 0.85% -
XYZ 49.31 60.98 49.73 -
YUV 198.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 172 216 175 0.20 0 0.19 0.15 124.09 0.36 0.76
Hex AC D8 AF 14 0 13 F 7C 24 4C
Octal 254 330 257 24 0 23 17 174 44 114
Binary 10101100 11011000 10101111 10100 0 10011 1111 1111100 100100 1001100

Color Harmonies of #ACD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8AF

Black with #ACD8AF

Text Example


Text Example

White with #ACD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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