Html Css Color HEX #ACE8AF Celadon

📋 copy color: '#ACE8AF'

red 172 ◦ green 232 ◦ blue 175

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

Shades of Celadon #ACE8AF

Tints of Celadon #ACE8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.07%

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

R = 29.71%
G = 40.07%
B = 30.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#ACE8AF (or 0xACE8AF) is known color: Celadon. HEX triplet: AC, E8 and AF. RGB value is (172,232,175). Sum of RGB (Red+Green+Blue) = 172+232+175=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE8AF is #531750. Grayscale: #CFCFCF. Windows color (decimal): -5445457 or 11528364. OLE color: 11528364.

HSL color Cylindrical-coordinate representation of color #ACE8AF: hue angle of 123º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8AF is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 175 -
CMYK 0.26 0 0.25 0.09
HSL 123º 0.57% 0.79% -
HSV(B) 123º 0.26% 0.91% -
XYZ 53.61 69.58 51.16 -
YUV 207.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 172 232 175 0.26 0 0.25 0.09 123 0.57 0.79
Hex AC E8 AF 1A 0 19 9 7B 39 4F
Octal 254 350 257 32 0 31 11 173 71 117
Binary 10101100 11101000 10101111 11010 0 11001 1001 1111011 111001 1001111

Color Harmonies of #ACE8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8AF

Black with #ACE8AF

Text Example


Text Example

White with #ACE8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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