Html Css Color HEX #ACDFB4 Celadon

📋 copy color: '#ACDFB4'

red 172 ◦ green 223 ◦ blue 180

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

Shades of Celadon #ACDFB4

Tints of Celadon #ACDFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.78%

 BLUE value IS 180 (70.7% from 255) = 31.3%

R = 29.91%
G = 38.78%
B = 31.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#ACDFB4 (or 0xACDFB4) is known color: Celadon. HEX triplet: AC, DF and B4. RGB value is (172,223,180). Sum of RGB (Red+Green+Blue) = 172+223+180=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFB4 is #53204B. Grayscale: #CACACA. Windows color (decimal): -5447756 or 11853740. OLE color: 11853740.

HSL color Cylindrical-coordinate representation of color #ACDFB4: hue angle of 129.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFB4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 180 -
CMYK 0.23 0 0.19 0.13
HSL 129.41º 0.44% 0.77% -
HSV(B) 129.41º 0.23% 0.87% -
XYZ 51.64 64.84 52.97 -
YUV 202.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 172 223 180 0.23 0 0.19 0.13 129.41 0.44 0.77
Hex AC DF B4 17 0 13 D 81 2C 4D
Octal 254 337 264 27 0 23 15 201 54 115
Binary 10101100 11011111 10110100 10111 0 10011 1101 10000001 101100 1001101

Color Harmonies of #ACDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFB4

Black with #ACDFB4

Text Example


Text Example

White with #ACDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFB4; }

 p { color: rgb(172,223,180); }

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

background-color css

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

 a { background-color: rgb(172,223,180); }

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

border-color css

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

 span { border-color: rgb(172,223,180); }

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