Html Css Color HEX #195044 Deep Teal

📋 copy color: '#195044'

red 25 ◦ green 80 ◦ blue 68

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

Shades of Deep Teal #195044

Tints of Deep Teal #195044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 14.45%
G = 46.24%
B = 39.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#195044 (or 0x195044) is known color: Deep Teal. HEX triplet: 19, 50 and 44. RGB value is (25,80,68). Sum of RGB (Red+Green+Blue) = 25+80+68=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #195044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195044 is #E6AFBB. Grayscale: #3E3E3E. Windows color (decimal): -15118268 or 4476953. OLE color: 4476953.

HSL color Cylindrical-coordinate representation of color #195044: hue angle of 166.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195044 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 68 -
CMYK 0.69 0 0.15 0.69
HSL 166.91º 0.52% 0.21% -
HSV(B) 166.91º 0.69% 0.31% -
XYZ 4.31 6.36 6.47 -
YUV 62.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 25 80 68 0.69 0 0.15 0.69 166.91 0.52 0.21
Hex 19 50 44 45 0 F 45 A7 34 15
Octal 31 120 104 105 0 17 105 247 64 25
Binary 11001 1010000 1000100 1000101 0 1111 1000101 10100111 110100 10101

Color Harmonies of #195044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195044

Black with #195044

Text Example


Text Example

White with #195044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195044; }

 p { color: rgb(25,80,68); }

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

background-color css

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

 a { background-color: rgb(25,80,68); }

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

border-color css

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

 span { border-color: rgb(25,80,68); }

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