Html Css Color HEX #195A4C Evening Sea

📋 copy color: '#195A4C'

red 25 ◦ green 90 ◦ blue 76

#195A4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #195A4C

Tints of Evening Sea #195A4C

RGB

 RED value IS 25 (10.16% from 255) = 13.09%

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 13.09%
G = 47.12%
B = 39.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#195A4C (or 0x195A4C) is known color: Evening Sea. HEX triplet: 19, 5A and 4C. RGB value is (25,90,76). Sum of RGB (Red+Green+Blue) = 25+90+76=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #195A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A4C is #E6A5B3. Grayscale: #444444. Windows color (decimal): -15115700 or 5003801. OLE color: 5003801.

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

Color convert

RGB 25 90 76 -
CMYK 0.72 0 0.16 0.65
HSL 167.08º 0.57% 0.23% -
HSV(B) 167.08º 0.72% 0.35% -
XYZ 5.36 8.04 8.11 -
YUV 68.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 25 90 76 0.72 0 0.16 0.65 167.08 0.57 0.23
Hex 19 5A 4C 48 0 10 41 A7 39 17
Octal 31 132 114 110 0 20 101 247 71 27
Binary 11001 1011010 1001100 1001000 0 10000 1000001 10100111 111001 10111

Color Harmonies of #195A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A4C

Black with #195A4C

Text Example


Text Example

White with #195A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,90,76); }

 H1.HeaderClassName
 {
   color: #195A4C;
 }
 .AnyTagClassName
 {
   color: #195A4C;
 }
</style>

background-color css

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

 a { background-color: rgb(25,90,76); }

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

border-color css

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

 span { border-color: rgb(25,90,76); }

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