#9CAFA1

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

Shades of Edward #9CAFA1

Tints of Edward #9CAFA1

Color information

#9CAFA1 (or 0x9CAFA1) is unknown color: approx Edward. HEX triplet: 9C, AF and A1. RGB value is (156,175,161). Sum of RGB (Red+Green+Blue) = 156+175+161=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFA1 is #63505E. Grayscale: #A7A7A7. Windows color (decimal): -6508639 or 10596252. OLE color: 10596252.

HSL color Cylindrical-coordinate representation of color #9CAFA1: hue angle of 135.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB156175161-
CMYK0.1100.080.31
HSL135.79º10.61%64.9%-
HSV(B)135.79º10.86%68.63%-
XYZ35.4740.339.63-
YUV167.72124.21119.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=31.71%
G=35.57%
B=32.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751610.1100.080.31135.7910.6164.9
Hex9CAFA1B081F88b41
Octal234257241130103721013101
Binary100111001010111110100001101101000111111000100010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAFA1; }

 p { color: rgb(156,175,161); }

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

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

 a { background-color: rgb(156,175,161); }

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

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

 span { border-color: rgb(156,175,161); }

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