Html Css Color HEX #245057 Teal Blue

📋 copy color: '#245057'

red 36 ◦ green 80 ◦ blue 87

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

Shades of Teal Blue #245057

Tints of Teal Blue #245057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 17.73%
G = 39.41%
B = 42.86%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#245057 (or 0x245057) is known color: Teal Blue. HEX triplet: 24, 50 and 57. RGB value is (36,80,87). Sum of RGB (Red+Green+Blue) = 36+80+87=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #245057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245057 is #DBAFA8. Grayscale: #434343. Windows color (decimal): -14397353 or 5722148. OLE color: 5722148.

HSL color Cylindrical-coordinate representation of color #245057: hue angle of 188.24º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245057 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 80 87 -
CMYK 0.59 0.08 0 0.66
HSL 188.24º 0.41% 0.24% -
HSV(B) 188.24º 0.59% 0.34% -
XYZ 5.32 6.8 10.05 -
YUV 67.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 36 80 87 0.59 0.08 0 0.66 188.24 0.41 0.24
Hex 24 50 57 3B 8 0 42 BC 29 18
Octal 44 120 127 73 10 0 102 274 51 30
Binary 100100 1010000 1010111 111011 1000 0 1000010 10111100 101001 11000

Color Harmonies of #245057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245057

Black with #245057

Text Example


Text Example

White with #245057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245057; }

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

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

background-color css

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

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

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

border-color css

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

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

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