#92B8B6

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

Shades of Conch #92B8B6

Tints of Conch #92B8B6

Color information

#92B8B6 (or 0x92B8B6) is unknown color: approx Conch. HEX triplet: 92, B8 and B6. RGB value is (146,184,182). Sum of RGB (Red+Green+Blue) = 146+184+182=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #92B8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8B6 is #6D4749. Grayscale: #ACACAC. Windows color (decimal): -7161674 or 11974802. OLE color: 11974802.

HSL color Cylindrical-coordinate representation of color #92B8B6: hue angle of 176.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B8B6 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB146184182-
CMYK0.2100.010.28
HSL176.84º21.11%64.71%-
HSV(B)176.84º20.65%72.16%-
XYZ37.4443.7750.73-
YUV172.41133.41109.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=28.52%
G=35.94%
B=35.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461841820.2100.010.28176.8421.1164.71
Hex92B8B615011Cb11541
Octal22227026625013426125101
Binary10010010101110001011011010101011110010110001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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