#195C4D

Color #195C4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #195C4D

Tints of Evening Sea #195C4D

Color information

#195C4D (or 0x195C4D) is unknown color: approx Evening Sea. HEX triplet: 19, 5C and 4D. RGB value is (25,92,77). Sum of RGB (Red+Green+Blue) = 25+92+77=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #195C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C4D is #E6A3B2. Grayscale: #464646. Windows color (decimal): -15115187 or 5069849. OLE color: 5069849.

HSL color Cylindrical-coordinate representation of color #195C4D: hue angle of 166.57º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195C4D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB259277-
CMYK0.7300.160.64
HSL166.57º57.26%22.94%-
HSV(B)166.57º72.83%36.08%-
XYZ5.578.48.35-
YUV70.26131.895.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=12.89%
G=47.42%
B=39.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592770.7300.160.64166.5757.2622.94
Hex195C4D4901040a73917
Octal311341151110201002477127
Binary1100110111001001101100100101000010000001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195C4D; }

 p { color: rgb(25,92,77); }

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

<style>
 a { background-color: #195C4D; }

 a { background-color: rgb(25,92,77); }

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

<style>
 span { border-color: #195C4D; }

 span { border-color: rgb(25,92,77); }

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