#92B5AF

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

Shades of Conch #92B5AF

Tints of Conch #92B5AF

Color information

#92B5AF (or 0x92B5AF) is unknown color: approx Conch. HEX triplet: 92, B5 and AF. RGB value is (146,181,175). Sum of RGB (Red+Green+Blue) = 146+181+175=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #92B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B5AF is #6D4A50. Grayscale: #A9A9A9. Windows color (decimal): -7162449 or 11515282. OLE color: 11515282.

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

Color convert

RGB146181175-
CMYK0.1900.030.29
HSL169.71º19.13%64.12%-
HSV(B)169.71º19.34%70.98%-
XYZ36.1242.2546.81-
YUV169.85130.9110.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=29.08%
G=36.06%
B=34.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461811750.1900.030.29169.7119.1364.12
Hex92B5AF13031Daa1340
Octal22226525723033525223100
Binary100100101011010110101111100110111110110101010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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