Html Css Color HEX #ACE0B0 Celadon

📋 copy color: '#ACE0B0'

red 172 ◦ green 224 ◦ blue 176

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

Shades of Celadon #ACE0B0

Tints of Celadon #ACE0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

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

R = 30.07%
G = 39.16%
B = 30.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#ACE0B0 (or 0xACE0B0) is known color: Celadon. HEX triplet: AC, E0 and B0. RGB value is (172,224,176). Sum of RGB (Red+Green+Blue) = 172+224+176=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0B0 is #531F4F. Grayscale: #CBCBCB. Windows color (decimal): -5447504 or 11591852. OLE color: 11591852.

HSL color Cylindrical-coordinate representation of color #ACE0B0: hue angle of 124.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0B0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 176 -
CMYK 0.23 0 0.21 0.12
HSL 124.62º 0.46% 0.78% -
HSV(B) 124.62º 0.23% 0.88% -
XYZ 51.51 65.22 50.95 -
YUV 202.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 172 224 176 0.23 0 0.21 0.12 124.62 0.46 0.78
Hex AC E0 B0 17 0 15 C 7D 2E 4E
Octal 254 340 260 27 0 25 14 175 56 116
Binary 10101100 11100000 10110000 10111 0 10101 1100 1111101 101110 1001110

Color Harmonies of #ACE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0B0

Black with #ACE0B0

Text Example


Text Example

White with #ACE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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