Html Css Color HEX #ACEAB5 Celadon

📋 copy color: '#ACEAB5'

red 172 ◦ green 234 ◦ blue 181

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

Shades of Celadon #ACEAB5

Tints of Celadon #ACEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.83%

R = 29.3%
G = 39.86%
B = 30.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#ACEAB5 (or 0xACEAB5) is known color: Celadon. HEX triplet: AC, EA and B5. RGB value is (172,234,181). Sum of RGB (Red+Green+Blue) = 172+234+181=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAB5 is #53154A. Grayscale: #D1D1D1. Windows color (decimal): -5444939 or 11922092. OLE color: 11922092.

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

Color convert

RGB 172 234 181 -
CMYK 0.26 0 0.23 0.08
HSL 128.71º 0.6% 0.8% -
HSV(B) 128.71º 0.26% 0.92% -
XYZ 54.78 70.95 54.52 -
YUV 209.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 172 234 181 0.26 0 0.23 0.08 128.71 0.6 0.8
Hex AC EA B5 1A 0 17 8 81 3C 50
Octal 254 352 265 32 0 27 10 201 74 120
Binary 10101100 11101010 10110101 11010 0 10111 1000 10000001 111100 1010000

Color Harmonies of #ACEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAB5

Black with #ACEAB5

Text Example


Text Example

White with #ACEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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