#ACD7BE

Color #ACD7BE Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ACD7BE

Tints of Nebula #ACD7BE

Color information

#ACD7BE (or 0xACD7BE) is unknown color: approx Nebula. HEX triplet: AC, D7 and BE. RGB value is (172,215,190). Sum of RGB (Red+Green+Blue) = 172+215+190=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BE is #532841. Grayscale: #C7C7C7. Windows color (decimal): -5449794 or 12507052. OLE color: 12507052.

HSL color Cylindrical-coordinate representation of color #ACD7BE: hue angle of 145.12º 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 #ACD7BE is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB172215190-
CMYK0.200.120.16
HSL145.12º34.96%75.88%-
HSV(B)145.12º20%84.31%-
XYZ50.6161.0957.84-
YUV199.29122.75108.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=29.81%
G=37.26%
B=32.93%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151900.200.120.16145.1234.9675.88
HexACD7BE140C1091234c
Octal254327276240142022143114
Binary101011001101011110111110101000110010000100100011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7BE; }

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

 H1.HeaderClassName
 {
   color: #ACD7BE;
 }
 .AnyTagClassName
 {
   color: #ACD7BE;
 }
</style>
background-color css

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

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

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

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

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

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