Html Css Color HEX #ACDEB2 Celadon

📋 copy color: '#ACDEB2'

red 172 ◦ green 222 ◦ blue 178

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

Shades of Celadon #ACDEB2

Tints of Celadon #ACDEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 30.07%
G = 38.81%
B = 31.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#ACDEB2 (or 0xACDEB2) is known color: Celadon. HEX triplet: AC, DE and B2. RGB value is (172,222,178). Sum of RGB (Red+Green+Blue) = 172+222+178=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEB2 is #53214D. Grayscale: #CACACA. Windows color (decimal): -5448014 or 11722412. OLE color: 11722412.

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

Color convert

RGB 172 222 178 -
CMYK 0.23 0 0.20 0.13
HSL 127.2º 0.43% 0.77% -
HSV(B) 127.2º 0.23% 0.87% -
XYZ 51.17 64.23 51.82 -
YUV 202.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 172 222 178 0.23 0 0.20 0.13 127.2 0.43 0.77
Hex AC DE B2 17 0 14 D 7F 2B 4D
Octal 254 336 262 27 0 24 15 177 53 115
Binary 10101100 11011110 10110010 10111 0 10100 1101 1111111 101011 1001101

Color Harmonies of #ACDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEB2

Black with #ACDEB2

Text Example


Text Example

White with #ACDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEB2; }

 p { color: rgb(172,222,178); }

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

background-color css

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

 a { background-color: rgb(172,222,178); }

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

border-color css

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

 span { border-color: rgb(172,222,178); }

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