Html Css Color HEX #195D4D Evening Sea

📋 copy color: '#195D4D'

red 25 ◦ green 93 ◦ blue 77

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

Shades of Evening Sea #195D4D

Tints of Evening Sea #195D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.69%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 12.82%
G = 47.69%
B = 39.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#195D4D (or 0x195D4D) is known color: Evening Sea. HEX triplet: 19, 5D and 4D. RGB value is (25,93,77). Sum of RGB (Red+Green+Blue) = 25+93+77=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #195D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D4D is #E6A2B2. Grayscale: #464646. Windows color (decimal): -15114931 or 5070105. OLE color: 5070105.

HSL color Cylindrical-coordinate representation of color #195D4D: hue angle of 165.88º degrees, saturation: 0.58, 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 #195D4D is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 77 -
CMYK 0.73 0 0.17 0.64
HSL 165.88º 0.58% 0.23% -
HSV(B) 165.88º 0.73% 0.36% -
XYZ 5.65 8.57 8.38 -
YUV 70.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 25 93 77 0.73 0 0.17 0.64 165.88 0.58 0.23
Hex 19 5D 4D 49 0 11 40 A6 3A 17
Octal 31 135 115 111 0 21 100 246 72 27
Binary 11001 1011101 1001101 1001001 0 10001 1000000 10100110 111010 10111

Color Harmonies of #195D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D4D

Black with #195D4D

Text Example


Text Example

White with #195D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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