#92B1AC

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

Shades of Conch #92B1AC

Tints of Conch #92B1AC

Color information

#92B1AC (or 0x92B1AC) is unknown color: approx Conch. HEX triplet: 92, B1 and AC. RGB value is (146,177,172). Sum of RGB (Red+Green+Blue) = 146+177+172=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #92B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B1AC is #6D4E53. Grayscale: #A7A7A7. Windows color (decimal): -7163476 or 11317650. OLE color: 11317650.

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

Color convert

RGB146177172-
CMYK0.1800.030.31
HSL170.32º16.58%63.33%-
HSV(B)170.32º17.51%69.41%-
XYZ35.0240.5345.01-
YUV167.16130.73112.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=29.49%
G=35.76%
B=34.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461771720.1800.030.31170.3216.5863.33
Hex92B1AC12031Faa113f
Octal2222612542203372522177
Binary10010010101100011010110010010011111111010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,177,172); }

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

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

 a { background-color: rgb(146,177,172); }

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

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

 span { border-color: rgb(146,177,172); }

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