#92ABA7

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

Shades of Sea Nymph #92ABA7

Tints of Sea Nymph #92ABA7

Color information

#92ABA7 (or 0x92ABA7) is unknown color: approx Sea Nymph. HEX triplet: 92, AB and A7. RGB value is (146,171,167). Sum of RGB (Red+Green+Blue) = 146+171+167=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #92ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABA7 is #6D5458. Grayscale: #A3A3A3. Windows color (decimal): -7165017 or 10988434. OLE color: 10988434.

HSL color Cylindrical-coordinate representation of color #92ABA7: hue angle of 170.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92ABA7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB146171167-
CMYK0.1500.020.33
HSL170.4º12.95%62.16%-
HSV(B)170.4º14.62%67.06%-
XYZ33.3938.0342.14-
YUV163.07130.22115.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=30.17%
G=35.33%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711670.1500.020.33170.412.9562.16
Hex92ABA7F0221aad3e
Octal2222532471702412521576
Binary1001001010101011101001111111010100001101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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