Html Css Color HEX #193936 Deep Teal

📋 copy color: '#193936'

red 25 ◦ green 57 ◦ blue 54

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

Shades of Deep Teal #193936

Tints of Deep Teal #193936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 18.38%
G = 41.91%
B = 39.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#193936 (or 0x193936) is known color: Deep Teal. HEX triplet: 19, 39 and 36. RGB value is (25,57,54). Sum of RGB (Red+Green+Blue) = 25+57+54=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #193936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193936 is #E6C6C9. Grayscale: #2F2F2F. Windows color (decimal): -15124170 or 3553561. OLE color: 3553561.

HSL color Cylindrical-coordinate representation of color #193936: hue angle of 174.38º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193936 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 57 54 -
CMYK 0.56 0 0.05 0.78
HSL 174.38º 0.39% 0.16% -
HSV(B) 174.38º 0.56% 0.22% -
XYZ 2.53 3.4 4.01 -
YUV 47.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 25 57 54 0.56 0 0.05 0.78 174.38 0.39 0.16
Hex 19 39 36 38 0 5 4E AE 27 10
Octal 31 71 66 70 0 5 116 256 47 20
Binary 11001 111001 110110 111000 0 101 1001110 10101110 100111 10000

Color Harmonies of #193936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193936

Black with #193936

Text Example


Text Example

White with #193936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193936; }

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

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

background-color css

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

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

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

border-color css

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

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

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