Html Css Color HEX #ACEBAC Celadon

📋 copy color: '#ACEBAC'

red 172 ◦ green 235 ◦ blue 172

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

Shades of Celadon #ACEBAC

Tints of Celadon #ACEBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 172 (67.58% from 255) = 29.71%

R = 29.71%
G = 40.59%
B = 29.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#ACEBAC (or 0xACEBAC) is known color: Celadon. HEX triplet: AC, EB and AC. RGB value is (172,235,172). Sum of RGB (Red+Green+Blue) = 172+235+172=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEBAC is #531453. Grayscale: #D1D1D1. Windows color (decimal): -5444692 or 11332524. OLE color: 11332524.

HSL color Cylindrical-coordinate representation of color #ACEBAC: hue angle of 120º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBAC is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 172 -
CMYK 0.27 0 0.27 0.08
HSL 120º 0.61% 0.8% -
HSV(B) 120º 0.27% 0.92% -
XYZ 54.17 71.17 49.91 -
YUV 208.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 172 235 172 0.27 0 0.27 0.08 120 0.61 0.8
Hex AC EB AC 1B 0 1B 8 78 3D 50
Octal 254 353 254 33 0 33 10 170 75 120
Binary 10101100 11101011 10101100 11011 0 11011 1000 1111000 111101 1010000

Color Harmonies of #ACEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBAC

Black with #ACEBAC

Text Example


Text Example

White with #ACEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBAC; }

 p { color: rgb(172,235,172); }

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

background-color css

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

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

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

border-color css

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

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

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