Html Css Color HEX #195048 Deep Teal

📋 copy color: '#195048'

red 25 ◦ green 80 ◦ blue 72

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

Shades of Deep Teal #195048

Tints of Deep Teal #195048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 14.12%
G = 45.2%
B = 40.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#195048 (or 0x195048) is known color: Deep Teal. HEX triplet: 19, 50 and 48. RGB value is (25,80,72). Sum of RGB (Red+Green+Blue) = 25+80+72=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #195048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195048 is #E6AFB7. Grayscale: #3E3E3E. Windows color (decimal): -15118264 or 4739097. OLE color: 4739097.

HSL color Cylindrical-coordinate representation of color #195048: hue angle of 171.27º 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 #195048 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 72 -
CMYK 0.69 0 0.10 0.69
HSL 171.27º 0.52% 0.21% -
HSV(B) 171.27º 0.69% 0.31% -
XYZ 4.44 6.41 7.13 -
YUV 62.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 25 80 72 0.69 0 0.10 0.69 171.27 0.52 0.21
Hex 19 50 48 45 0 A 45 AB 34 15
Octal 31 120 110 105 0 12 105 253 64 25
Binary 11001 1010000 1001000 1000101 0 1010 1000101 10101011 110100 10101

Color Harmonies of #195048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195048

Black with #195048

Text Example


Text Example

White with #195048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195048; }

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

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

background-color css

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

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

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

border-color css

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

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

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