Html Css Color HEX #ACEAB0 Celadon

📋 copy color: '#ACEAB0'

red 172 ◦ green 234 ◦ blue 176

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

Shades of Celadon #ACEAB0

Tints of Celadon #ACEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.24%

R = 29.55%
G = 40.21%
B = 30.24%

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

#ACEAB0 (or 0xACEAB0) is known color: Celadon. HEX triplet: AC, EA and B0. RGB value is (172,234,176). Sum of RGB (Red+Green+Blue) = 172+234+176=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEAB0 is #53154F. Grayscale: #D1D1D1. Windows color (decimal): -5444944 or 11594412. OLE color: 11594412.

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

Color convert

RGB 172 234 176 -
CMYK 0.26 0 0.25 0.08
HSL 123.87º 0.6% 0.8% -
HSV(B) 123.87º 0.26% 0.92% -
XYZ 54.27 70.75 51.87 -
YUV 208.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 172 234 176 0.26 0 0.25 0.08 123.87 0.6 0.8
Hex AC EA B0 1A 0 19 8 7C 3C 50
Octal 254 352 260 32 0 31 10 174 74 120
Binary 10101100 11101010 10110000 11010 0 11001 1000 1111100 111100 1010000

Color Harmonies of #ACEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAB0

Black with #ACEAB0

Text Example


Text Example

White with #ACEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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