Html Css Color HEX #ACEDB5 Celadon

📋 copy color: '#ACEDB5'

red 172 ◦ green 237 ◦ blue 181

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

Shades of Celadon #ACEDB5

Tints of Celadon #ACEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

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

R = 29.15%
G = 40.17%
B = 30.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ACEDB5 (or 0xACEDB5) is known color: Celadon. HEX triplet: AC, ED and B5. RGB value is (172,237,181). Sum of RGB (Red+Green+Blue) = 172+237+181=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB5 is #53124A. Grayscale: #D3D3D3. Windows color (decimal): -5444171 or 11922860. OLE color: 11922860.

HSL color Cylindrical-coordinate representation of color #ACEDB5: hue angle of 128.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB5 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 181 -
CMYK 0.27 0 0.24 0.07
HSL 128.31º 0.64% 0.8% -
HSV(B) 128.31º 0.27% 0.93% -
XYZ 55.64 72.68 54.81 -
YUV 211.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 172 237 181 0.27 0 0.24 0.07 128.31 0.64 0.8
Hex AC ED B5 1B 0 18 7 80 40 50
Octal 254 355 265 33 0 30 7 200 100 120
Binary 10101100 11101101 10110101 11011 0 11000 111 10000000 1000000 1010000

Color Harmonies of #ACEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDB5

Black with #ACEDB5

Text Example


Text Example

White with #ACEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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