#AFD0C0

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

Shades of Nebula #AFD0C0

Tints of Nebula #AFD0C0

Color information

#AFD0C0 (or 0xAFD0C0) is unknown color: approx Nebula. HEX triplet: AF, D0 and C0. RGB value is (175,208,192). Sum of RGB (Red+Green+Blue) = 175+208+192=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C0 is #502F3F. Grayscale: #C4C4C4. Windows color (decimal): -5254976 or 12636335. OLE color: 12636335.

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

Color convert

RGB175208192-
CMYK0.1600.080.18
HSL150.91º25.98%75.1%-
HSV(B)150.91º15.87%81.57%-
XYZ49.7558.0358.45-
YUV196.31125.57112.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=30.43%
G=36.17%
B=33.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081920.1600.080.18150.9125.9875.1
HexAFD0C0100812971a4b
Octal257320300200102222732113
Binary10101111110100001100000010000010001001010010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0C0; }

 p { color: rgb(175,208,192); }

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

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

 a { background-color: rgb(175,208,192); }

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

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

 span { border-color: rgb(175,208,192); }

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