#196E5E

Color #196E5E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #196E5E

Tints of Blue Stone #196E5E

Color information

#196E5E (or 0x196E5E) is unknown color: approx Blue Stone. HEX triplet: 19, 6E and 5E. RGB value is (25,110,94). Sum of RGB (Red+Green+Blue) = 25+110+94=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #196E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E5E is #E691A1. Grayscale: #525252. Windows color (decimal): -15110562 or 6188569. OLE color: 6188569.

HSL color Cylindrical-coordinate representation of color #196E5E: hue angle of 168.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E5E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB2511094-
CMYK0.7700.150.57
HSL168.71º62.96%26.47%-
HSV(B)168.71º77.27%43.14%-
XYZ812.1712.52-
YUV82.76134.3486.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=10.92%
G=48.03%
B=41.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110940.7700.150.57168.7162.9626.47
Hex196E5E4D0F39a93f1a
Octal31156136115017712517732
Binary11001110111010111101001101011111110011010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196E5E; }

 p { color: rgb(25,110,94); }

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

<style>
 a { background-color: #196E5E; }

 a { background-color: rgb(25,110,94); }

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

<style>
 span { border-color: #196E5E; }

 span { border-color: rgb(25,110,94); }

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