Html Css Color HEX #193C33 Deep Teal

📋 copy color: '#193C33'

red 25 ◦ green 60 ◦ blue 51

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

Shades of Deep Teal #193C33

Tints of Deep Teal #193C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.12%

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 18.38%
G = 44.12%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#193C33 (or 0x193C33) is known color: Deep Teal. HEX triplet: 19, 3C and 33. RGB value is (25,60,51). Sum of RGB (Red+Green+Blue) = 25+60+51=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #193C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C33 is #E6C3CC. Grayscale: #303030. Windows color (decimal): -15123405 or 3357721. OLE color: 3357721.

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

Color convert

RGB 25 60 51 -
CMYK 0.58 0 0.15 0.76
HSL 164.57º 0.41% 0.17% -
HSV(B) 164.57º 0.58% 0.24% -
XYZ 2.61 3.68 3.7 -
YUV 48.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 25 60 51 0.58 0 0.15 0.76 164.57 0.41 0.17
Hex 19 3C 33 3A 0 F 4C A5 29 11
Octal 31 74 63 72 0 17 114 245 51 21
Binary 11001 111100 110011 111010 0 1111 1001100 10100101 101001 10001

Color Harmonies of #193C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C33

Black with #193C33

Text Example


Text Example

White with #193C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,51); }

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

background-color css

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

 a { background-color: rgb(25,60,51); }

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

border-color css

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

 span { border-color: rgb(25,60,51); }

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