#92B6B2

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

Shades of Conch #92B6B2

Tints of Conch #92B6B2

Color information

#92B6B2 (or 0x92B6B2) is unknown color: approx Conch. HEX triplet: 92, B6 and B2. RGB value is (146,182,178). Sum of RGB (Red+Green+Blue) = 146+182+178=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #92B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B6B2 is #6D494D. Grayscale: #AAAAAA. Windows color (decimal): -7162190 or 11712146. OLE color: 11712146.

HSL color Cylindrical-coordinate representation of color #92B6B2: hue angle of 173.33º 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 #92B6B2 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB146182178-
CMYK0.2000.020.29
HSL173.33º19.78%64.31%-
HSV(B)173.33º19.78%71.37%-
XYZ36.6242.7848.45-
YUV170.78132.07110.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=28.85%
G=35.97%
B=35.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461821780.2000.020.29173.3319.7864.31
Hex92B6B214021Dad1440
Octal22226626224023525524100
Binary100100101011011010110010101000101110110101101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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