#9CAFAE

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

Shades of Conch #9CAFAE

Tints of Conch #9CAFAE

Color information

#9CAFAE (or 0x9CAFAE) is unknown color: approx Conch. HEX triplet: 9C, AF and AE. RGB value is (156,175,174). Sum of RGB (Red+Green+Blue) = 156+175+174=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAE is #635051. Grayscale: #A9A9A9. Windows color (decimal): -6508626 or 11448220. OLE color: 11448220.

HSL color Cylindrical-coordinate representation of color #9CAFAE: hue angle of 176.84º 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 #9CAFAE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB156175174-
CMYK0.1100.010.31
HSL176.84º10.61%64.9%-
HSV(B)176.84º10.86%68.63%-
XYZ36.6840.7845.98-
YUV169.2130.71118.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=30.89%
G=34.65%
B=34.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751740.1100.010.31176.8410.6164.9
Hex9CAFAEB011Fb1b41
Octal23425725613013726113101
Binary100111001010111110101110101101111111011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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