Html Css Color HEX #245359 Teal Blue

📋 copy color: '#245359'

red 36 ◦ green 83 ◦ blue 89

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

Shades of Teal Blue #245359

Tints of Teal Blue #245359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

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

R = 17.31%
G = 39.9%
B = 42.79%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245359 (or 0x245359) is known color: Teal Blue. HEX triplet: 24, 53 and 59. RGB value is (36,83,89). Sum of RGB (Red+Green+Blue) = 36+83+89=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #245359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245359 is #DBACA6. Grayscale: #454545. Windows color (decimal): -14396583 or 5853988. OLE color: 5853988.

HSL color Cylindrical-coordinate representation of color #245359: hue angle of 186.79º 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 #245359 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 83 89 -
CMYK 0.60 0.07 0 0.65
HSL 186.79º 0.42% 0.25% -
HSV(B) 186.79º 0.6% 0.35% -
XYZ 5.62 7.28 10.56 -
YUV 69.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 36 83 89 0.60 0.07 0 0.65 186.79 0.42 0.25
Hex 24 53 59 3C 7 0 41 BB 2A 19
Octal 44 123 131 74 7 0 101 273 52 31
Binary 100100 1010011 1011001 111100 111 0 1000001 10111011 101010 11001

Color Harmonies of #245359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245359

Black with #245359

Text Example


Text Example

White with #245359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245359; }

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

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

background-color css

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

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

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

border-color css

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

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

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