Html Css Color HEX #195B48 Evening Sea

📋 copy color: '#195B48'

red 25 ◦ green 91 ◦ blue 72

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

Shades of Evening Sea #195B48

Tints of Evening Sea #195B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.4%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 13.3%
G = 48.4%
B = 38.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#195B48 (or 0x195B48) is known color: Evening Sea. HEX triplet: 19, 5B and 48. RGB value is (25,91,72). Sum of RGB (Red+Green+Blue) = 25+91+72=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #195B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195B48 is #E6A4B7. Grayscale: #454545. Windows color (decimal): -15115448 or 4741913. OLE color: 4741913.

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

Color convert

RGB 25 91 72 -
CMYK 0.73 0 0.21 0.64
HSL 162.73º 0.57% 0.23% -
HSV(B) 162.73º 0.73% 0.36% -
XYZ 5.31 8.16 7.43 -
YUV 69.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 25 91 72 0.73 0 0.21 0.64 162.73 0.57 0.23
Hex 19 5B 48 49 0 15 40 A3 39 17
Octal 31 133 110 111 0 25 100 243 71 27
Binary 11001 1011011 1001000 1001001 0 10101 1000000 10100011 111001 10111

Color Harmonies of #195B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195B48

Black with #195B48

Text Example


Text Example

White with #195B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,72); }

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

background-color css

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

 a { background-color: rgb(25,91,72); }

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

border-color css

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

 span { border-color: rgb(25,91,72); }

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