#92AFAD

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

Shades of Conch #92AFAD

Tints of Conch #92AFAD

Color information

#92AFAD (or 0x92AFAD) is unknown color: approx Conch. HEX triplet: 92, AF and AD. RGB value is (146,175,173). Sum of RGB (Red+Green+Blue) = 146+175+173=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #92AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AFAD is #6D5052. Grayscale: #A6A6A6. Windows color (decimal): -7163987 or 11382674. OLE color: 11382674.

HSL color Cylindrical-coordinate representation of color #92AFAD: hue angle of 175.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92AFAD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB146175173-
CMYK0.1700.010.31
HSL175.86º15.34%62.94%-
HSV(B)175.86º16.57%68.63%-
XYZ34.7339.7945.38-
YUV166.1131.89113.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=29.55%
G=35.43%
B=35.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751730.1700.010.31175.8615.3462.94
Hex92AFAD11011Fb0f3f
Octal2222572552101372601777
Binary100100101010111110101101100010111111101100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AFAD; }

 p { color: rgb(146,175,173); }

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

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

 a { background-color: rgb(146,175,173); }

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

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

 span { border-color: rgb(146,175,173); }

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