Html Css Color HEX #ACDDB1 Celadon

📋 copy color: '#ACDDB1'

red 172 ◦ green 221 ◦ blue 177

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

Shades of Celadon #ACDDB1

Tints of Celadon #ACDDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

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

R = 30.18%
G = 38.77%
B = 31.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#ACDDB1 (or 0xACDDB1) is known color: Celadon. HEX triplet: AC, DD and B1. RGB value is (172,221,177). Sum of RGB (Red+Green+Blue) = 172+221+177=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDB1 is #53224E. Grayscale: #C9C9C9. Windows color (decimal): -5448271 or 11656620. OLE color: 11656620.

HSL color Cylindrical-coordinate representation of color #ACDDB1: hue angle of 126.12º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 177 -
CMYK 0.22 0 0.20 0.13
HSL 126.12º 0.42% 0.77% -
HSV(B) 126.12º 0.22% 0.87% -
XYZ 50.81 63.66 51.2 -
YUV 201.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 172 221 177 0.22 0 0.20 0.13 126.12 0.42 0.77
Hex AC DD B1 16 0 14 D 7E 2A 4D
Octal 254 335 261 26 0 24 15 176 52 115
Binary 10101100 11011101 10110001 10110 0 10100 1101 1111110 101010 1001101

Color Harmonies of #ACDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDB1

Black with #ACDDB1

Text Example


Text Example

White with #ACDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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