Html Css Color HEX #193E35 Deep Teal

📋 copy color: '#193E35'

red 25 ◦ green 62 ◦ blue 53

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

Shades of Deep Teal #193E35

Tints of Deep Teal #193E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 44.29%

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

R = 17.86%
G = 44.29%
B = 37.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#193E35 (or 0x193E35) is known color: Deep Teal. HEX triplet: 19, 3E and 35. RGB value is (25,62,53). Sum of RGB (Red+Green+Blue) = 25+62+53=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #193E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E35 is #E6C1CA. Grayscale: #313131. Windows color (decimal): -15122891 or 3489305. OLE color: 3489305.

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

Color convert

RGB 25 62 53 -
CMYK 0.60 0 0.15 0.76
HSL 165.41º 0.43% 0.17% -
HSV(B) 165.41º 0.6% 0.24% -
XYZ 2.77 3.91 3.98 -
YUV 49.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 25 62 53 0.60 0 0.15 0.76 165.41 0.43 0.17
Hex 19 3E 35 3C 0 F 4C A5 2B 11
Octal 31 76 65 74 0 17 114 245 53 21
Binary 11001 111110 110101 111100 0 1111 1001100 10100101 101011 10001

Color Harmonies of #193E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E35

Black with #193E35

Text Example


Text Example

White with #193E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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