#ADD2C1

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

Shades of Nebula #ADD2C1

Tints of Nebula #ADD2C1

Color information

#ADD2C1 (or 0xADD2C1) is unknown color: approx Nebula. HEX triplet: AD, D2 and C1. RGB value is (173,210,193). Sum of RGB (Red+Green+Blue) = 173+210+193=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2C1 is #522D3E. Grayscale: #C5C5C5. Windows color (decimal): -5385535 or 12702381. OLE color: 12702381.

HSL color Cylindrical-coordinate representation of color #ADD2C1: hue angle of 152.43º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2C1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB173210193-
CMYK0.1800.080.18
HSL152.43º29.13%75.1%-
HSV(B)152.43º17.62%82.35%-
XYZ49.9158.8359.18-
YUV197125.74110.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=30.03%
G=36.46%
B=33.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101930.1800.080.18152.4329.1375.1
HexADD2C1120812981d4b
Octal255322301220102223035113
Binary10101101110100101100000110010010001001010011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2C1; }

 p { color: rgb(173,210,193); }

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

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

 a { background-color: rgb(173,210,193); }

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

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

 span { border-color: rgb(173,210,193); }

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