Html Css Color HEX #195443 Deep Teal

📋 copy color: '#195443'

red 25 ◦ green 84 ◦ blue 67

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

Shades of Deep Teal #195443

Tints of Deep Teal #195443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 14.2%
G = 47.73%
B = 38.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#195443 (or 0x195443) is known color: Deep Teal. HEX triplet: 19, 54 and 43. RGB value is (25,84,67). Sum of RGB (Red+Green+Blue) = 25+84+67=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #195443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195443 is #E6ABBC. Grayscale: #404040. Windows color (decimal): -15117245 or 4412441. OLE color: 4412441.

HSL color Cylindrical-coordinate representation of color #195443: hue angle of 162.71º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195443 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 84 67 -
CMYK 0.70 0 0.20 0.67
HSL 162.71º 0.54% 0.21% -
HSV(B) 162.71º 0.7% 0.33% -
XYZ 4.58 6.95 6.41 -
YUV 64.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 25 84 67 0.70 0 0.20 0.67 162.71 0.54 0.21
Hex 19 54 43 46 0 14 43 A3 36 15
Octal 31 124 103 106 0 24 103 243 66 25
Binary 11001 1010100 1000011 1000110 0 10100 1000011 10100011 110110 10101

Color Harmonies of #195443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195443

Black with #195443

Text Example


Text Example

White with #195443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195443; }

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

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

background-color css

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

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

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

border-color css

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

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

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