#92ABA5

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

Shades of Sea Nymph #92ABA5

Tints of Sea Nymph #92ABA5

Color information

#92ABA5 (or 0x92ABA5) is unknown color: approx Sea Nymph. HEX triplet: 92, AB and A5. RGB value is (146,171,165). Sum of RGB (Red+Green+Blue) = 146+171+165=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #92ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABA5 is #6D545A. Grayscale: #A2A2A2. Windows color (decimal): -7165019 or 10857362. OLE color: 10857362.

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

Color convert

RGB146171165-
CMYK0.1500.040.33
HSL165.6º12.95%62.16%-
HSV(B)165.6º14.62%67.06%-
XYZ33.2137.9541.17-
YUV162.84129.22115.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=30.29%
G=35.48%
B=34.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711650.1500.040.33165.612.9562.16
Hex92ABA5F0421a6d3e
Octal2222532451704412461576
Binary10010010101010111010010111110100100001101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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