Html Css Color HEX #ACD5B1 Celadon

📋 copy color: '#ACD5B1'

red 172 ◦ green 213 ◦ blue 177

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

Shades of Celadon #ACD5B1

Tints of Celadon #ACD5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.9%

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

R = 30.6%
G = 37.9%
B = 31.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#ACD5B1 (or 0xACD5B1) is known color: Celadon. HEX triplet: AC, D5 and B1. RGB value is (172,213,177). Sum of RGB (Red+Green+Blue) = 172+213+177=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5B1 is #532A4E. Grayscale: #C4C4C4. Windows color (decimal): -5450319 or 11654572. OLE color: 11654572.

HSL color Cylindrical-coordinate representation of color #ACD5B1: hue angle of 127.32º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5B1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 177 -
CMYK 0.19 0 0.17 0.16
HSL 127.32º 0.33% 0.75% -
HSV(B) 127.32º 0.19% 0.84% -
XYZ 48.74 59.53 50.52 -
YUV 196.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 172 213 177 0.19 0 0.17 0.16 127.32 0.33 0.75
Hex AC D5 B1 13 0 11 10 7F 21 4B
Octal 254 325 261 23 0 21 20 177 41 113
Binary 10101100 11010101 10110001 10011 0 10001 10000 1111111 100001 1001011

Color Harmonies of #ACD5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5B1

Black with #ACD5B1

Text Example


Text Example

White with #ACD5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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