#AFCCB9

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

Shades of Nebula #AFCCB9

Tints of Nebula #AFCCB9

Color information

#AFCCB9 (or 0xAFCCB9) is unknown color: approx Nebula. HEX triplet: AF, CC and B9. RGB value is (175,204,185). Sum of RGB (Red+Green+Blue) = 175+204+185=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB9 is #503346. Grayscale: #C1C1C1. Windows color (decimal): -5256007 or 12176559. OLE color: 12176559.

HSL color Cylindrical-coordinate representation of color #AFCCB9: hue angle of 140.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCB9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB175204185-
CMYK0.1400.090.2
HSL140.69º22.14%74.31%-
HSV(B)140.69º14.22%80%-
XYZ48.0355.854.14-
YUV193.16123.39115.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=31.03%
G=36.17%
B=32.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041850.1400.090.2140.6922.1474.31
HexAFCCB9E09148d164a
Octal257314271160112421526112
Binary1010111111001100101110011110010011010010001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCB9; }

 p { color: rgb(175,204,185); }

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

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

 a { background-color: rgb(175,204,185); }

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

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

 span { border-color: rgb(175,204,185); }

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