Html Css Color HEX #195142 Deep Teal

📋 copy color: '#195142'

red 25 ◦ green 81 ◦ blue 66

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

Shades of Deep Teal #195142

Tints of Deep Teal #195142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.09%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 14.53%
G = 47.09%
B = 38.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#195142 (or 0x195142) is known color: Deep Teal. HEX triplet: 19, 51 and 42. RGB value is (25,81,66). Sum of RGB (Red+Green+Blue) = 25+81+66=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #195142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195142 is #E6AEBD. Grayscale: #3E3E3E. Windows color (decimal): -15118014 or 4346137. OLE color: 4346137.

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

Color convert

RGB 25 81 66 -
CMYK 0.69 0 0.19 0.68
HSL 163.93º 0.53% 0.21% -
HSV(B) 163.93º 0.69% 0.32% -
XYZ 4.33 6.48 6.18 -
YUV 62.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 25 81 66 0.69 0 0.19 0.68 163.93 0.53 0.21
Hex 19 51 42 45 0 13 44 A4 35 15
Octal 31 121 102 105 0 23 104 244 65 25
Binary 11001 1010001 1000010 1000101 0 10011 1000100 10100100 110101 10101

Color Harmonies of #195142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195142

Black with #195142

Text Example


Text Example

White with #195142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195142; }

 p { color: rgb(25,81,66); }

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

background-color css

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

 a { background-color: rgb(25,81,66); }

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

border-color css

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

 span { border-color: rgb(25,81,66); }

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