Html Css Color HEX #ACDCB4 Celadon

📋 copy color: '#ACDCB4'

red 172 ◦ green 220 ◦ blue 180

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

Shades of Celadon #ACDCB4

Tints of Celadon #ACDCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

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

R = 30.07%
G = 38.46%
B = 31.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#ACDCB4 (or 0xACDCB4) is known color: Celadon. HEX triplet: AC, DC and B4. RGB value is (172,220,180). Sum of RGB (Red+Green+Blue) = 172+220+180=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCB4 is #53234B. Grayscale: #C9C9C9. Windows color (decimal): -5448524 or 11852972. OLE color: 11852972.

HSL color Cylindrical-coordinate representation of color #ACDCB4: hue angle of 130º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCB4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 180 -
CMYK 0.22 0 0.18 0.14
HSL 130º 0.41% 0.77% -
HSV(B) 130º 0.22% 0.86% -
XYZ 50.84 63.25 52.71 -
YUV 201.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 172 220 180 0.22 0 0.18 0.14 130 0.41 0.77
Hex AC DC B4 16 0 12 E 82 29 4D
Octal 254 334 264 26 0 22 16 202 51 115
Binary 10101100 11011100 10110100 10110 0 10010 1110 10000010 101001 1001101

Color Harmonies of #ACDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCB4

Black with #ACDCB4

Text Example


Text Example

White with #ACDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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