Html Css Color HEX #ACDDB0 Celadon

📋 copy color: '#ACDDB0'

red 172 ◦ green 221 ◦ blue 176

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

Shades of Celadon #ACDDB0

Tints of Celadon #ACDDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.93%

R = 30.23%
G = 38.84%
B = 30.93%

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

#ACDDB0 (or 0xACDDB0) is known color: Celadon. HEX triplet: AC, DD and B0. RGB value is (172,221,176). Sum of RGB (Red+Green+Blue) = 172+221+176=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDB0 is #53224F. Grayscale: #C9C9C9. Windows color (decimal): -5448272 or 11591084. OLE color: 11591084.

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

Color convert

RGB 172 221 176 -
CMYK 0.22 0 0.20 0.13
HSL 124.9º 0.42% 0.77% -
HSV(B) 124.9º 0.22% 0.87% -
XYZ 50.71 63.62 50.68 -
YUV 201.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 172 221 176 0.22 0 0.20 0.13 124.9 0.42 0.77
Hex AC DD B0 16 0 14 D 7D 2A 4D
Octal 254 335 260 26 0 24 15 175 52 115
Binary 10101100 11011101 10110000 10110 0 10100 1101 1111101 101010 1001101

Color Harmonies of #ACDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDB0

Black with #ACDDB0

Text Example


Text Example

White with #ACDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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