Html Css Color HEX #245861 Teal Blue

📋 copy color: '#245861'

red 36 ◦ green 88 ◦ blue 97

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

Shades of Teal Blue #245861

Tints of Teal Blue #245861

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 value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245861 (or 0x245861) is known color: 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

RGB 36 88 97 -
CMYK 0.63 0.09 0 0.62
HSL 188.85º 0.46% 0.26% -
HSV(B) 188.85º 0.63% 0.38% -
XYZ 6.37 8.22 12.56 -
YUV 73.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 36 88 97 0.63 0.09 0 0.62 188.85 0.46 0.26
Hex 24 58 61 3F 9 0 3E BD 2E 1A
Octal 44 130 141 77 11 0 76 275 56 32
Binary 100100 1011000 1100001 111111 1001 0 111110 10111101 101110 11010

Color Harmonies of #245861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245861

Black with #245861

Text Example


Text Example

White with #245861

Text Example


Text Example

HTML Codes & Css Web 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>