Html Css Color HEX #193F39 Deep Teal

📋 copy color: '#193F39'

red 25 ◦ green 63 ◦ blue 57

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

Shades of Deep Teal #193F39

Tints of Deep Teal #193F39

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 17.24%
G = 43.45%
B = 39.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#193F39 (or 0x193F39) is known color: Deep Teal. HEX triplet: 19, 3F and 39. RGB value is (25,63,57). Sum of RGB (Red+Green+Blue) = 25+63+57=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #193F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F39 is #E6C0C6. Grayscale: #323232. Windows color (decimal): -15122631 or 3751705. OLE color: 3751705.

HSL color Cylindrical-coordinate representation of color #193F39: hue angle of 170.53º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193F39 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 63 57 -
CMYK 0.60 0 0.10 0.75
HSL 170.53º 0.43% 0.17% -
HSV(B) 170.53º 0.6% 0.25% -
XYZ 2.92 4.06 4.5 -
YUV 50.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 25 63 57 0.60 0 0.10 0.75 170.53 0.43 0.17
Hex 19 3F 39 3C 0 A 4B AB 2B 11
Octal 31 77 71 74 0 12 113 253 53 21
Binary 11001 111111 111001 111100 0 1010 1001011 10101011 101011 10001

Color Harmonies of #193F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F39

Black with #193F39

Text Example


Text Example

White with #193F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193F39; }

 p { color: rgb(25,63,57); }

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

background-color css

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

 a { background-color: rgb(25,63,57); }

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

border-color css

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

 span { border-color: rgb(25,63,57); }

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