Html Css Color HEX #195A4B Evening Sea

📋 copy color: '#195A4B'

red 25 ◦ green 90 ◦ blue 75

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

Shades of Evening Sea #195A4B

Tints of Evening Sea #195A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 13.16%
G = 47.37%
B = 39.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#195A4B (or 0x195A4B) is known color: Evening Sea. HEX triplet: 19, 5A and 4B. RGB value is (25,90,75). Sum of RGB (Red+Green+Blue) = 25+90+75=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #195A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A4B is #E6A5B4. Grayscale: #444444. Windows color (decimal): -15115701 or 4938265. OLE color: 4938265.

HSL color Cylindrical-coordinate representation of color #195A4B: hue angle of 166.15º 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 #195A4B is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 90 75 -
CMYK 0.72 0 0.17 0.65
HSL 166.15º 0.57% 0.23% -
HSV(B) 166.15º 0.72% 0.35% -
XYZ 5.33 8.03 7.93 -
YUV 68.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 25 90 75 0.72 0 0.17 0.65 166.15 0.57 0.23
Hex 19 5A 4B 48 0 11 41 A6 39 17
Octal 31 132 113 110 0 21 101 246 71 27
Binary 11001 1011010 1001011 1001000 0 10001 1000001 10100110 111001 10111

Color Harmonies of #195A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A4B

Black with #195A4B

Text Example


Text Example

White with #195A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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