Html Css Color HEX #195346 Deep Teal

📋 copy color: '#195346'

red 25 ◦ green 83 ◦ blue 70

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

Shades of Deep Teal #195346

Tints of Deep Teal #195346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 14.04%
G = 46.63%
B = 39.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#195346 (or 0x195346) is known color: Deep Teal. HEX triplet: 19, 53 and 46. RGB value is (25,83,70). Sum of RGB (Red+Green+Blue) = 25+83+70=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #195346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195346 is #E6ACB9. Grayscale: #404040. Windows color (decimal): -15117498 or 4608793. OLE color: 4608793.

HSL color Cylindrical-coordinate representation of color #195346: hue angle of 166.55º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195346 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 70 -
CMYK 0.70 0 0.16 0.67
HSL 166.55º 0.54% 0.21% -
HSV(B) 166.55º 0.7% 0.33% -
XYZ 4.6 6.84 6.87 -
YUV 64.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 25 83 70 0.70 0 0.16 0.67 166.55 0.54 0.21
Hex 19 53 46 46 0 10 43 A7 36 15
Octal 31 123 106 106 0 20 103 247 66 25
Binary 11001 1010011 1000110 1000110 0 10000 1000011 10100111 110110 10101

Color Harmonies of #195346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195346

Black with #195346

Text Example


Text Example

White with #195346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195346; }

 p { color: rgb(25,83,70); }

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

background-color css

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

 a { background-color: rgb(25,83,70); }

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

border-color css

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

 span { border-color: rgb(25,83,70); }

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