Html Css Color HEX #195043 Deep Teal

📋 copy color: '#195043'

red 25 ◦ green 80 ◦ blue 67

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

Shades of Deep Teal #195043

Tints of Deep Teal #195043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.95%

R = 14.53%
G = 46.51%
B = 38.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#195043 (or 0x195043) is known color: Deep Teal. HEX triplet: 19, 50 and 43. RGB value is (25,80,67). Sum of RGB (Red+Green+Blue) = 25+80+67=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #195043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195043 is #E6AFBC. Grayscale: #3E3E3E. Windows color (decimal): -15118269 or 4411417. OLE color: 4411417.

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

Color convert

RGB 25 80 67 -
CMYK 0.69 0 0.16 0.69
HSL 165.82º 0.52% 0.21% -
HSV(B) 165.82º 0.69% 0.31% -
XYZ 4.28 6.35 6.31 -
YUV 62.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 25 80 67 0.69 0 0.16 0.69 165.82 0.52 0.21
Hex 19 50 43 45 0 10 45 A6 34 15
Octal 31 120 103 105 0 20 105 246 64 25
Binary 11001 1010000 1000011 1000101 0 10000 1000101 10100110 110100 10101

Color Harmonies of #195043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195043

Black with #195043

Text Example


Text Example

White with #195043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195043; }

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

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

background-color css

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

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

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

border-color css

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

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

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