#ACD7BC

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

Shades of Nebula #ACD7BC

Tints of Nebula #ACD7BC

Color information

#ACD7BC (or 0xACD7BC) is unknown color: approx Nebula. HEX triplet: AC, D7 and BC. RGB value is (172,215,188). Sum of RGB (Red+Green+Blue) = 172+215+188=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BC is #532843. Grayscale: #C7C7C7. Windows color (decimal): -5449796 or 12375980. OLE color: 12375980.

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

Color convert

RGB172215188-
CMYK0.200.130.16
HSL142.33º34.96%75.88%-
HSV(B)142.33º20%84.31%-
XYZ50.396156.7-
YUV199.06121.75108.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=29.91%
G=37.39%
B=32.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151880.200.130.16142.3334.9675.88
HexACD7BC140D108e234c
Octal254327274240152021643114
Binary101011001101011110111100101000110110000100011101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7BC; }

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

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

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

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

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

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

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

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