#92ACA5

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

Shades of Sea Nymph #92ACA5

Tints of Sea Nymph #92ACA5

Color information

#92ACA5 (or 0x92ACA5) is unknown color: approx Sea Nymph. HEX triplet: 92, AC and A5. RGB value is (146,172,165). Sum of RGB (Red+Green+Blue) = 146+172+165=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #92ACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ACA5 is #6D535A. Grayscale: #A3A3A3. Windows color (decimal): -7164763 or 10857618. OLE color: 10857618.

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

Color convert

RGB146172165-
CMYK0.1500.040.33
HSL163.85º13.54%62.35%-
HSV(B)163.85º15.12%67.45%-
XYZ33.438.3341.24-
YUV163.43128.89115.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=30.23%
G=35.61%
B=34.16%

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
Decimal1461721650.1500.040.33163.8513.5462.35
Hex92ACA5F0421a4e3e
Octal2222542451704412441676
Binary10010010101011001010010111110100100001101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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