Html Css Color HEX #ACE4AF Celadon

📋 copy color: '#ACE4AF'

red 172 ◦ green 228 ◦ blue 175

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

Shades of Celadon #ACE4AF

Tints of Celadon #ACE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.65%

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 29.91%
G = 39.65%
B = 30.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#ACE4AF (or 0xACE4AF) is known color: Celadon. HEX triplet: AC, E4 and AF. RGB value is (172,228,175). Sum of RGB (Red+Green+Blue) = 172+228+175=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE4AF is #531B50. Grayscale: #CDCDCD. Windows color (decimal): -5446481 or 11527340. OLE color: 11527340.

HSL color Cylindrical-coordinate representation of color #ACE4AF: hue angle of 123.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4AF is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 175 -
CMYK 0.25 0 0.23 0.11
HSL 123.21º 0.51% 0.78% -
HSV(B) 123.21º 0.25% 0.89% -
XYZ 52.49 67.35 50.79 -
YUV 205.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 172 228 175 0.25 0 0.23 0.11 123.21 0.51 0.78
Hex AC E4 AF 19 0 17 B 7B 33 4E
Octal 254 344 257 31 0 27 13 173 63 116
Binary 10101100 11100100 10101111 11001 0 10111 1011 1111011 110011 1001110

Color Harmonies of #ACE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4AF

Black with #ACE4AF

Text Example


Text Example

White with #ACE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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