#195462

Color #195462 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #195462

Tints of Teal Blue #195462

Color information

#195462 (or 0x195462) is unknown color: approx Teal Blue. HEX triplet: 19, 54 and 62. RGB value is (25,84,98). Sum of RGB (Red+Green+Blue) = 25+84+98=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #195462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195462 is #E6AB9D. Grayscale: #434343. Windows color (decimal): -15117214 or 6444057. OLE color: 6444057.

HSL color Cylindrical-coordinate representation of color #195462: hue angle of 191.51º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195462 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258498-
CMYK0.740.1400.62
HSL191.51º59.35%24.12%-
HSV(B)191.51º74.49%38.43%-
XYZ5.787.4312.68-
YUV67.96144.9597.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=12.08%
G=40.58%
B=47.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2584980.740.1400.62191.5159.3524.12
Hex1954624AE03Ec03b18
Octal31124142112160763007330
Binary11001101010011000101001010111001111101100000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195462; }

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

 H1.HeaderClassName
 {
   color: #195462;
 }
 .AnyTagClassName
 {
   color: #195462;
 }
</style>
background-color css

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

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

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

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

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

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