Html Css Color HEX #ACDAB3 Celadon

📋 copy color: '#ACDAB3'

red 172 ◦ green 218 ◦ blue 179

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

Shades of Celadon #ACDAB3

Tints of Celadon #ACDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.46%

R = 30.23%
G = 38.31%
B = 31.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#ACDAB3 (or 0xACDAB3) is known color: Celadon. HEX triplet: AC, DA and B3. RGB value is (172,218,179). Sum of RGB (Red+Green+Blue) = 172+218+179=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB3 is #53254C. Grayscale: #C7C7C7. Windows color (decimal): -5449037 or 11786924. OLE color: 11786924.

HSL color Cylindrical-coordinate representation of color #ACDAB3: hue angle of 129.13º 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 #ACDAB3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 179 -
CMYK 0.21 0 0.18 0.15
HSL 129.13º 0.38% 0.76% -
HSV(B) 129.13º 0.21% 0.85% -
XYZ 50.22 62.17 52 -
YUV 199.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 172 218 179 0.21 0 0.18 0.15 129.13 0.38 0.76
Hex AC DA B3 15 0 12 F 81 26 4C
Octal 254 332 263 25 0 22 17 201 46 114
Binary 10101100 11011010 10110011 10101 0 10010 1111 10000001 100110 1001100

Color Harmonies of #ACDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAB3

Black with #ACDAB3

Text Example


Text Example

White with #ACDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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