Html Css Color HEX #195342 Deep Teal

📋 copy color: '#195342'

red 25 ◦ green 83 ◦ blue 66

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

Shades of Deep Teal #195342

Tints of Deep Teal #195342

RGB

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

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

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

R = 14.37%
G = 47.7%
B = 37.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#195342 (or 0x195342) is known color: Deep Teal. HEX triplet: 19, 53 and 42. RGB value is (25,83,66). Sum of RGB (Red+Green+Blue) = 25+83+66=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #195342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195342 is #E6ACBD. Grayscale: #3F3F3F. Windows color (decimal): -15117502 or 4346649. OLE color: 4346649.

HSL color Cylindrical-coordinate representation of color #195342: hue angle of 162.41º 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 #195342 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 66 -
CMYK 0.70 0 0.20 0.67
HSL 162.41º 0.54% 0.21% -
HSV(B) 162.41º 0.7% 0.33% -
XYZ 4.48 6.79 6.23 -
YUV 63.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 25 83 66 0.70 0 0.20 0.67 162.41 0.54 0.21
Hex 19 53 42 46 0 14 43 A2 36 15
Octal 31 123 102 106 0 24 103 242 66 25
Binary 11001 1010011 1000010 1000110 0 10100 1000011 10100010 110110 10101

Color Harmonies of #195342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195342

Black with #195342

Text Example


Text Example

White with #195342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195342; }

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

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

background-color css

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

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

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

border-color css

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

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

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