Html Css Color HEX #ACDAB1 Celadon

📋 copy color: '#ACDAB1'

red 172 ◦ green 218 ◦ blue 177

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

Shades of Celadon #ACDAB1

Tints of Celadon #ACDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

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

R = 30.34%
G = 38.45%
B = 31.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ACDAB1 (or 0xACDAB1) is known color: Celadon. HEX triplet: AC, DA and B1. RGB value is (172,218,177). Sum of RGB (Red+Green+Blue) = 172+218+177=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAB1 is #53254E. Grayscale: #C7C7C7. Windows color (decimal): -5449039 or 11655852. OLE color: 11655852.

HSL color Cylindrical-coordinate representation of color #ACDAB1: hue angle of 126.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAB1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 177 -
CMYK 0.21 0 0.19 0.15
HSL 126.52º 0.38% 0.76% -
HSV(B) 126.52º 0.21% 0.85% -
XYZ 50.02 62.09 50.94 -
YUV 199.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 172 218 177 0.21 0 0.19 0.15 126.52 0.38 0.76
Hex AC DA B1 15 0 13 F 7F 26 4C
Octal 254 332 261 25 0 23 17 177 46 114
Binary 10101100 11011010 10110001 10101 0 10011 1111 1111111 100110 1001100

Color Harmonies of #ACDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAB1

Black with #ACDAB1

Text Example


Text Example

White with #ACDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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