#ACEEAF

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

Shades of Celadon #ACEEAF

Tints of Celadon #ACEEAF

Color information

#ACEEAF (or 0xACEEAF) is unknown color: approx Celadon. HEX triplet: AC, EE and AF. RGB value is (172,238,175). Sum of RGB (Red+Green+Blue) = 172+238+175=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEAF is #531150. Grayscale: #D3D3D3. Windows color (decimal): -5443921 or 11529900. OLE color: 11529900.

HSL color Cylindrical-coordinate representation of color #ACEEAF: hue angle of 122.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB172238175-
CMYK0.2800.260.07
HSL122.73º66%80.39%-
HSV(B)122.73º27.73%93.33%-
XYZ55.3373.0151.73-
YUV211.08107.63100.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=29.40%
G=40.68%
B=29.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381750.2800.260.07122.736680.39
HexACEEAF1C01A77b4250
Octal254356257340327173102120
Binary10101100111011101010111111100011010111111101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEAF; }

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

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

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

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

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

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

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

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