#ACEBAF

Color #ACEBAF Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ACEBAF

Tints of Celadon #ACEBAF

Color information

#ACEBAF (or 0xACEBAF) is unknown color: approx Celadon. HEX triplet: AC, EB and AF. RGB value is (172,235,175). Sum of RGB (Red+Green+Blue) = 172+235+175=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEBAF is #531450. Grayscale: #D1D1D1. Windows color (decimal): -5444689 or 11529132. OLE color: 11529132.

HSL color Cylindrical-coordinate representation of color #ACEBAF: hue angle of 122.86º 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 #ACEBAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB172235175-
CMYK0.2700.260.08
HSL122.86º61.17%79.8%-
HSV(B)122.86º26.81%92.16%-
XYZ54.4671.2851.45-
YUV209.32108.63101.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=29.55%
G=40.38%
B=30.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351750.2700.260.08122.8661.1779.8
HexACEBAF1B01A87b3d50
Octal254353257330321017375120
Binary10101100111010111010111111011011010100011110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBAF; }

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

 H1.HeaderClassName
 {
   color: #ACEBAF;
 }
 .AnyTagClassName
 {
   color: #ACEBAF;
 }
</style>
background-color css

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

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

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

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

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

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