#92B7AB

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

Shades of Sea Nymph #92B7AB

Tints of Sea Nymph #92B7AB

Color information

#92B7AB (or 0x92B7AB) is unknown color: approx Sea Nymph. HEX triplet: 92, B7 and AB. RGB value is (146,183,171). Sum of RGB (Red+Green+Blue) = 146+183+171=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #92B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B7AB is #6D4854. Grayscale: #AAAAAA. Windows color (decimal): -7161941 or 11253650. OLE color: 11253650.

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

Color convert

RGB146183171-
CMYK0.2000.070.28
HSL160.54º20.44%64.51%-
HSV(B)160.54º20.22%71.76%-
XYZ36.1442.9244.91-
YUV170.57128.24110.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=29.2%
G=36.6%
B=34.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461831710.2000.070.28160.5420.4464.51
Hex92B7AB14071Ca11441
Octal22226725324073424124101
Binary1001001010110111101010111010001111110010100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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