Html Css Color HEX #195041 Deep Teal

📋 copy color: '#195041'

red 25 ◦ green 80 ◦ blue 65

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

Shades of Deep Teal #195041

Tints of Deep Teal #195041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 14.71%
G = 47.06%
B = 38.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#195041 (or 0x195041) is known color: Deep Teal. HEX triplet: 19, 50 and 41. RGB value is (25,80,65). Sum of RGB (Red+Green+Blue) = 25+80+65=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #195041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195041 is #E6AFBE. Grayscale: #3D3D3D. Windows color (decimal): -15118271 or 4280345. OLE color: 4280345.

HSL color Cylindrical-coordinate representation of color #195041: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195041 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 65 -
CMYK 0.69 0 0.19 0.69
HSL 163.64º 0.52% 0.21% -
HSV(B) 163.64º 0.69% 0.31% -
XYZ 4.22 6.33 6 -
YUV 61.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 25 80 65 0.69 0 0.19 0.69 163.64 0.52 0.21
Hex 19 50 41 45 0 13 45 A4 34 15
Octal 31 120 101 105 0 23 105 244 64 25
Binary 11001 1010000 1000001 1000101 0 10011 1000101 10100100 110100 10101

Color Harmonies of #195041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195041

Black with #195041

Text Example


Text Example

White with #195041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195041; }

 p { color: rgb(25,80,65); }

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

background-color css

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

 a { background-color: rgb(25,80,65); }

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

border-color css

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

 span { border-color: rgb(25,80,65); }

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