Html Css Color HEX #ACEDB1 Celadon

📋 copy color: '#ACEDB1'

red 172 ◦ green 237 ◦ blue 177

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

Shades of Celadon #ACEDB1

Tints of Celadon #ACEDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 29.35%
G = 40.44%
B = 30.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ACEDB1 (or 0xACEDB1) is known color: Celadon. HEX triplet: AC, ED and B1. RGB value is (172,237,177). Sum of RGB (Red+Green+Blue) = 172+237+177=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDB1 is #53124E. Grayscale: #D2D2D2. Windows color (decimal): -5444175 or 11660716. OLE color: 11660716.

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

Color convert

RGB 172 237 177 -
CMYK 0.27 0 0.25 0.07
HSL 124.62º 0.64% 0.8% -
HSV(B) 124.62º 0.27% 0.93% -
XYZ 55.23 72.51 52.68 -
YUV 210.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 172 237 177 0.27 0 0.25 0.07 124.62 0.64 0.8
Hex AC ED B1 1B 0 19 7 7D 40 50
Octal 254 355 261 33 0 31 7 175 100 120
Binary 10101100 11101101 10110001 11011 0 11001 111 1111101 1000000 1010000

Color Harmonies of #ACEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDB1

Black with #ACEDB1

Text Example


Text Example

White with #ACEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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