Html Css Color HEX #ACE0B2 Celadon

📋 copy color: '#ACE0B2'

red 172 ◦ green 224 ◦ blue 178

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

Shades of Celadon #ACE0B2

Tints of Celadon #ACE0B2

RGB

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

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

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

R = 29.97%
G = 39.02%
B = 31.01%

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

#ACE0B2 (or 0xACE0B2) is known color: Celadon. HEX triplet: AC, E0 and B2. RGB value is (172,224,178). Sum of RGB (Red+Green+Blue) = 172+224+178=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0B2 is #531F4D. Grayscale: #CBCBCB. Windows color (decimal): -5447502 or 11722924. OLE color: 11722924.

HSL color Cylindrical-coordinate representation of color #ACE0B2: hue angle of 126.92º 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 #ACE0B2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 178 -
CMYK 0.23 0 0.21 0.12
HSL 126.92º 0.46% 0.78% -
HSV(B) 126.92º 0.23% 0.88% -
XYZ 51.7 65.3 52 -
YUV 203.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 172 224 178 0.23 0 0.21 0.12 126.92 0.46 0.78
Hex AC E0 B2 17 0 15 C 7F 2E 4E
Octal 254 340 262 27 0 25 14 177 56 116
Binary 10101100 11100000 10110010 10111 0 10101 1100 1111111 101110 1001110

Color Harmonies of #ACE0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0B2

Black with #ACE0B2

Text Example


Text Example

White with #ACE0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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