Html Css Color HEX #ACECB1 Celadon

📋 copy color: '#ACECB1'

red 172 ◦ green 236 ◦ blue 177

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

Shades of Celadon #ACECB1

Tints of Celadon #ACECB1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

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

R = 29.4%
G = 40.34%
B = 30.26%

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

#ACECB1 (or 0xACECB1) is known color: Celadon. HEX triplet: AC, EC and B1. RGB value is (172,236,177). Sum of RGB (Red+Green+Blue) = 172+236+177=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECB1 is #53134E. Grayscale: #D2D2D2. Windows color (decimal): -5444431 or 11660460. OLE color: 11660460.

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

Color convert

RGB 172 236 177 -
CMYK 0.27 0 0.25 0.07
HSL 124.69º 0.63% 0.8% -
HSV(B) 124.69º 0.27% 0.93% -
XYZ 54.94 71.94 52.58 -
YUV 210.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 172 236 177 0.27 0 0.25 0.07 124.69 0.63 0.8
Hex AC EC B1 1B 0 19 7 7D 3F 50
Octal 254 354 261 33 0 31 7 175 77 120
Binary 10101100 11101100 10110001 11011 0 11001 111 1111101 111111 1010000

Color Harmonies of #ACECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECB1

Black with #ACECB1

Text Example


Text Example

White with #ACECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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