Html Css Color HEX #ACEAAF Celadon

📋 copy color: '#ACEAAF'

red 172 ◦ green 234 ◦ blue 175

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

Shades of Celadon #ACEAAF

Tints of Celadon #ACEAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

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

R = 29.6%
G = 40.28%
B = 30.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#ACEAAF (or 0xACEAAF) is known color: Celadon. HEX triplet: AC, EA and AF. RGB value is (172,234,175). Sum of RGB (Red+Green+Blue) = 172+234+175=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEAAF is #531550. Grayscale: #D0D0D0. Windows color (decimal): -5444945 or 11528876. OLE color: 11528876.

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

Color convert

RGB 172 234 175 -
CMYK 0.26 0 0.25 0.08
HSL 122.9º 0.6% 0.8% -
HSV(B) 122.9º 0.26% 0.92% -
XYZ 54.17 70.71 51.35 -
YUV 208.74 108.96 101.8 -
System Red Green Blue C M Y K H S L
Decimal 172 234 175 0.26 0 0.25 0.08 122.9 0.6 0.8
Hex AC EA AF 1A 0 19 8 7B 3C 50
Octal 254 352 257 32 0 31 10 173 74 120
Binary 10101100 11101010 10101111 11010 0 11001 1000 1111011 111100 1010000

Color Harmonies of #ACEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAAF

Black with #ACEAAF

Text Example


Text Example

White with #ACEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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