#ADD6C1

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

Shades of Nebula #ADD6C1

Tints of Nebula #ADD6C1

Color information

#ADD6C1 (or 0xADD6C1) is unknown color: approx Nebula. HEX triplet: AD, D6 and C1. RGB value is (173,214,193). Sum of RGB (Red+Green+Blue) = 173+214+193=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C1 is #52293E. Grayscale: #C7C7C7. Windows color (decimal): -5384511 or 12703405. OLE color: 12703405.

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

Color convert

RGB173214193-
CMYK0.1900.100.16
HSL149.27º33.33%75.88%-
HSV(B)149.27º19.16%83.92%-
XYZ50.9160.8359.51-
YUV199.35124.42109.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=29.83%
G=36.90%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141930.1900.100.16149.2733.3375.88
HexADD6C1130A1095214c
Octal255326301230122022541114
Binary101011011101011011000001100110101010000100101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6C1; }

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

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

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

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

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

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

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

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