Html Css Color HEX #ACD8B1 Celadon

📋 copy color: '#ACD8B1'

red 172 ◦ green 216 ◦ blue 177

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

Shades of Celadon #ACD8B1

Tints of Celadon #ACD8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.33%

R = 30.44%
G = 38.23%
B = 31.33%

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

#ACD8B1 (or 0xACD8B1) is known color: Celadon. HEX triplet: AC, D8 and B1. RGB value is (172,216,177). Sum of RGB (Red+Green+Blue) = 172+216+177=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8B1 is #53274E. Grayscale: #C6C6C6. Windows color (decimal): -5449551 or 11655340. OLE color: 11655340.

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

Color convert

RGB 172 216 177 -
CMYK 0.20 0 0.18 0.15
HSL 126.82º 0.36% 0.76% -
HSV(B) 126.82º 0.2% 0.85% -
XYZ 49.5 61.06 50.77 -
YUV 198.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 172 216 177 0.20 0 0.18 0.15 126.82 0.36 0.76
Hex AC D8 B1 14 0 12 F 7F 24 4C
Octal 254 330 261 24 0 22 17 177 44 114
Binary 10101100 11011000 10110001 10100 0 10010 1111 1111111 100100 1001100

Color Harmonies of #ACD8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8B1

Black with #ACD8B1

Text Example


Text Example

White with #ACD8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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