Html Css Color HEX #193835 Deep Teal

📋 copy color: '#193835'

red 25 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #193835

Tints of Deep Teal #193835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.79%

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

R = 18.66%
G = 41.79%
B = 39.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#193835 (or 0x193835) is known color: Deep Teal. HEX triplet: 19, 38 and 35. RGB value is (25,56,53). Sum of RGB (Red+Green+Blue) = 25+56+53=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #193835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193835 is #E6C7CA. Grayscale: #2E2E2E. Windows color (decimal): -15124427 or 3487769. OLE color: 3487769.

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

Color convert

RGB 25 56 53 -
CMYK 0.55 0 0.05 0.78
HSL 174.19º 0.38% 0.16% -
HSV(B) 174.19º 0.55% 0.22% -
XYZ 2.46 3.29 3.87 -
YUV 46.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 25 56 53 0.55 0 0.05 0.78 174.19 0.38 0.16
Hex 19 38 35 37 0 5 4E AE 26 10
Octal 31 70 65 67 0 5 116 256 46 20
Binary 11001 111000 110101 110111 0 101 1001110 10101110 100110 10000

Color Harmonies of #193835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193835

Black with #193835

Text Example


Text Example

White with #193835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193835; }

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

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

background-color css

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

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

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

border-color css

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

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

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