Html Css Color HEX #ACD7B0 Celadon

📋 copy color: '#ACD7B0'

red 172 ◦ green 215 ◦ blue 176

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

Shades of Celadon #ACD7B0

Tints of Celadon #ACD7B0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.19%

 BLUE value IS 176 (69.14% from 255) = 31.26%

R = 30.55%
G = 38.19%
B = 31.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#ACD7B0 (or 0xACD7B0) is known color: Celadon. HEX triplet: AC, D7 and B0. RGB value is (172,215,176). Sum of RGB (Red+Green+Blue) = 172+215+176=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD7B0 is #53284F. Grayscale: #C5C5C5. Windows color (decimal): -5449808 or 11589548. OLE color: 11589548.

HSL color Cylindrical-coordinate representation of color #ACD7B0: hue angle of 125.58º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7B0 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 176 -
CMYK 0.2 0 0.18 0.16
HSL 125.58º 0.35% 0.76% -
HSV(B) 125.58º 0.2% 0.84% -
XYZ 49.15 60.51 50.16 -
YUV 197.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 172 215 176 0.2 0 0.18 0.16 125.58 0.35 0.76
Hex AC D7 B0 14 0 12 10 7E 23 4C
Octal 254 327 260 24 0 22 20 176 43 114
Binary 10101100 11010111 10110000 10100 0 10010 10000 1111110 100011 1001100

Color Harmonies of #ACD7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7B0

Black with #ACD7B0

Text Example


Text Example

White with #ACD7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7B0; }

 p { color: rgb(172,215,176); }

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

background-color css

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

 a { background-color: rgb(172,215,176); }

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

border-color css

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

 span { border-color: rgb(172,215,176); }

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