#AFC6B9

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

Shades of Nebula #AFC6B9

Tints of Nebula #AFC6B9

Color information

#AFC6B9 (or 0xAFC6B9) is unknown color: approx Nebula. HEX triplet: AF, C6 and B9. RGB value is (175,198,185). Sum of RGB (Red+Green+Blue) = 175+198+185=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6B9 is #503946. Grayscale: #BDBDBD. Windows color (decimal): -5257543 or 12175023. OLE color: 12175023.

HSL color Cylindrical-coordinate representation of color #AFC6B9: hue angle of 146.09º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6B9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB175198185-
CMYK0.1200.070.22
HSL146.09º16.79%73.14%-
HSV(B)146.09º11.62%77.65%-
XYZ46.635353.67-
YUV189.64125.38117.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=31.36%
G=35.48%
B=33.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981850.1200.070.22146.0916.7973.14
HexAFC6B9C0716921149
Octal25730627114072622221111
Binary101011111100011010111001110001111011010010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6B9; }

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

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

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

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

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

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

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

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