#ACD5BB

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

Shades of Nebula #ACD5BB

Tints of Nebula #ACD5BB

Color information

#ACD5BB (or 0xACD5BB) is unknown color: approx Nebula. HEX triplet: AC, D5 and BB. RGB value is (172,213,187). Sum of RGB (Red+Green+Blue) = 172+213+187=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5BB is #532A44. Grayscale: #C5C5C5. Windows color (decimal): -5450309 or 12309932. OLE color: 12309932.

HSL color Cylindrical-coordinate representation of color #ACD5BB: hue angle of 141.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5BB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB172213187-
CMYK0.1900.120.16
HSL141.95º32.8%75.49%-
HSV(B)141.95º19.25%83.53%-
XYZ49.7859.9555.96-
YUV197.78121.92109.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=30.07%
G=37.24%
B=32.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131870.1900.120.16141.9532.875.49
HexACD5BB130C108e214b
Octal254325273230142021641113
Binary101011001101010110111011100110110010000100011101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5BB; }

 p { color: rgb(172,213,187); }

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

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

 a { background-color: rgb(172,213,187); }

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

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

 span { border-color: rgb(172,213,187); }

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