#245861

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

Shades of Teal Blue #245861

Tints of Teal Blue #245861

Color information

#245861 (or 0x245861) is unknown color: approx Teal Blue. HEX triplet: 24, 58 and 61. RGB value is (36,88,97). Sum of RGB (Red+Green+Blue) = 36+88+97=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #245861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245861 is #DBA79E. Grayscale: #494949. Windows color (decimal): -14395295 or 6379556. OLE color: 6379556.

HSL color Cylindrical-coordinate representation of color #245861: hue angle of 188.85º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245861 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368897-
CMYK0.630.0900.62
HSL188.85º45.86%26.08%-
HSV(B)188.85º62.89%38.04%-
XYZ6.378.2212.56-
YUV73.48141.27101.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=16.29%
G=39.82%
B=43.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3688970.630.0900.62188.8545.8626.08
Hex2458613F903Ebd2e1a
Octal4413014177110762755632
Binary10010010110001100001111111100101111101011110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245861; }

 p { color: rgb(36,88,97); }

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

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

 a { background-color: rgb(36,88,97); }

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

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

 span { border-color: rgb(36,88,97); }

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