#92ABA6

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

Shades of Sea Nymph #92ABA6

Tints of Sea Nymph #92ABA6

Color information

#92ABA6 (or 0x92ABA6) is unknown color: approx Sea Nymph. HEX triplet: 92, AB and A6. RGB value is (146,171,166). Sum of RGB (Red+Green+Blue) = 146+171+166=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #92ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABA6 is #6D5459. Grayscale: #A2A2A2. Windows color (decimal): -7165018 or 10922898. OLE color: 10922898.

HSL color Cylindrical-coordinate representation of color #92ABA6: hue angle of 168º 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 #92ABA6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB146171166-
CMYK0.1500.030.33
HSL168º12.95%62.16%-
HSV(B)168º14.62%67.06%-
XYZ33.337.9941.65-
YUV162.96129.72115.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=30.23%
G=35.40%
B=34.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711660.1500.030.3316812.9562.16
Hex92ABA6F0321a8d3e
Octal2222532461703412501576
Binary1001001010101011101001101111011100001101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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