Html Css Color HEX #193935 Deep Teal

📋 copy color: '#193935'

red 25 ◦ green 57 ◦ blue 53

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

Shades of Deep Teal #193935

Tints of Deep Teal #193935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 18.52%
G = 42.22%
B = 39.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#193935 (or 0x193935) is known color: Deep Teal. HEX triplet: 19, 39 and 35. RGB value is (25,57,53). Sum of RGB (Red+Green+Blue) = 25+57+53=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #193935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193935 is #E6C6CA. Grayscale: #2E2E2E. Windows color (decimal): -15124171 or 3488025. OLE color: 3488025.

HSL color Cylindrical-coordinate representation of color #193935: hue angle of 172.5º 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 #193935 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 57 53 -
CMYK 0.56 0 0.07 0.78
HSL 172.5º 0.39% 0.16% -
HSV(B) 172.5º 0.56% 0.22% -
XYZ 2.51 3.39 3.89 -
YUV 46.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 25 57 53 0.56 0 0.07 0.78 172.5 0.39 0.16
Hex 19 39 35 38 0 7 4E AC 27 10
Octal 31 71 65 70 0 7 116 254 47 20
Binary 11001 111001 110101 111000 0 111 1001110 10101100 100111 10000

Color Harmonies of #193935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193935

Black with #193935

Text Example


Text Example

White with #193935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193935; }

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

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

background-color css

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

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

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

border-color css

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

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

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