#92B6AE

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

Shades of Conch #92B6AE

Tints of Conch #92B6AE

Color information

#92B6AE (or 0x92B6AE) is unknown color: approx Conch. HEX triplet: 92, B6 and AE. RGB value is (146,182,174). Sum of RGB (Red+Green+Blue) = 146+182+174=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #92B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B6AE is #6D4951. Grayscale: #AAAAAA. Windows color (decimal): -7162194 or 11450002. OLE color: 11450002.

HSL color Cylindrical-coordinate representation of color #92B6AE: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92B6AE is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB146182174-
CMYK0.2000.040.29
HSL166.67º19.78%64.31%-
HSV(B)166.67º19.78%71.37%-
XYZ36.2242.6246.36-
YUV170.32130.07110.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=29.08%
G=36.25%
B=34.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461821740.2000.040.29166.6719.7864.31
Hex92B6AE14041Da71440
Octal22226625624043524724100
Binary1001001010110110101011101010001001110110100111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,174); }

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

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

 a { background-color: rgb(146,182,174); }

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

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

 span { border-color: rgb(146,182,174); }

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