#92B7AC

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

Shades of Sea Nymph #92B7AC

Tints of Sea Nymph #92B7AC

Color information

#92B7AC (or 0x92B7AC) is unknown color: approx Sea Nymph. HEX triplet: 92, B7 and AC. RGB value is (146,183,172). Sum of RGB (Red+Green+Blue) = 146+183+172=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #92B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B7AC is #6D4853. Grayscale: #AAAAAA. Windows color (decimal): -7161940 or 11319186. OLE color: 11319186.

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

Color convert

RGB146183172-
CMYK0.2000.060.28
HSL162.16º20.44%64.51%-
HSV(B)162.16º20.22%71.76%-
XYZ36.2342.9645.41-
YUV170.68128.74110.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=29.14%
G=36.53%
B=34.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461831720.2000.060.28162.1620.4464.51
Hex92B7AC14061Ca21441
Octal22226725424063424224101
Binary1001001010110111101011001010001101110010100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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