#95B0A9

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

Shades of Sea Nymph #95B0A9

Tints of Sea Nymph #95B0A9

Color information

#95B0A9 (or 0x95B0A9) is unknown color: approx Sea Nymph. HEX triplet: 95, B0 and A9. RGB value is (149,176,169). Sum of RGB (Red+Green+Blue) = 149+176+169=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #95B0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B0A9 is #6A4F56. Grayscale: #A7A7A7. Windows color (decimal): -6967127 or 11120789. OLE color: 11120789.

HSL color Cylindrical-coordinate representation of color #95B0A9: hue angle of 164.44º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95B0A9 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB149176169-
CMYK0.1500.040.31
HSL164.44º14.59%63.73%-
HSV(B)164.44º15.34%69.02%-
XYZ35.0840.343.47-
YUV167.13129.05115.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=30.16%
G=35.63%
B=34.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761690.1500.040.31164.4414.5963.73
Hex95B0A9F041Fa4f40
Octal22526025117043724417100
Binary10010101101100001010100111110100111111010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B0A9; }

 p { color: rgb(149,176,169); }

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

<style>
 a { background-color: #95B0A9; }

 a { background-color: rgb(149,176,169); }

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

<style>
 span { border-color: #95B0A9; }

 span { border-color: rgb(149,176,169); }

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