Html Css Color HEX #245059 Teal Blue

📋 copy color: '#245059'

red 36 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #245059

Tints of Teal Blue #245059

RGB

 RED value IS 36 (14.45% from 255) = 17.56%

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

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 17.56%
G = 39.02%
B = 43.41%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245059 (or 0x245059) is known color: Teal Blue. HEX triplet: 24, 50 and 59. RGB value is (36,80,89). Sum of RGB (Red+Green+Blue) = 36+80+89=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #245059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245059 is #DBAFA6. Grayscale: #434343. Windows color (decimal): -14397351 or 5853220. OLE color: 5853220.

HSL color Cylindrical-coordinate representation of color #245059: hue angle of 190.19º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245059 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 80 89 -
CMYK 0.60 0.10 0 0.65
HSL 190.19º 0.42% 0.25% -
HSV(B) 190.19º 0.6% 0.35% -
XYZ 5.4 6.83 10.49 -
YUV 67.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 36 80 89 0.60 0.10 0 0.65 190.19 0.42 0.25
Hex 24 50 59 3C A 0 41 BE 2A 19
Octal 44 120 131 74 12 0 101 276 52 31
Binary 100100 1010000 1011001 111100 1010 0 1000001 10111110 101010 11001

Color Harmonies of #245059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245059

Black with #245059

Text Example


Text Example

White with #245059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245059; }

 p { color: rgb(36,80,89); }

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

background-color css

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

 a { background-color: rgb(36,80,89); }

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

border-color css

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

 span { border-color: rgb(36,80,89); }

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