Html Css Color HEX #195543 Deep Teal

📋 copy color: '#195543'

red 25 ◦ green 85 ◦ blue 67

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

Shades of Deep Teal #195543

Tints of Deep Teal #195543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

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

R = 14.12%
G = 48.02%
B = 37.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#195543 (or 0x195543) is known color: Deep Teal. HEX triplet: 19, 55 and 43. RGB value is (25,85,67). Sum of RGB (Red+Green+Blue) = 25+85+67=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #195543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195543 is #E6AABC. Grayscale: #414141. Windows color (decimal): -15116989 or 4412697. OLE color: 4412697.

HSL color Cylindrical-coordinate representation of color #195543: hue angle of 162º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195543 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 67 -
CMYK 0.71 0 0.21 0.67
HSL 162º 0.55% 0.22% -
HSV(B) 162º 0.71% 0.33% -
XYZ 4.66 7.11 6.44 -
YUV 65.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 25 85 67 0.71 0 0.21 0.67 162 0.55 0.22
Hex 19 55 43 47 0 15 43 A2 37 16
Octal 31 125 103 107 0 25 103 242 67 26
Binary 11001 1010101 1000011 1000111 0 10101 1000011 10100010 110111 10110

Color Harmonies of #195543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195543

Black with #195543

Text Example


Text Example

White with #195543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195543; }

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

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

background-color css

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

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

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

border-color css

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

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

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