Html Css Color HEX #24565D Teal Blue

📋 copy color: '#24565D'

red 36 ◦ green 86 ◦ blue 93

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

Shades of Teal Blue #24565D

Tints of Teal Blue #24565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 16.74%
G = 40%
B = 43.26%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24565D (or 0x24565D) is known color: Teal Blue. HEX triplet: 24, 56 and 5D. RGB value is (36,86,93). Sum of RGB (Red+Green+Blue) = 36+86+93=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #24565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24565D is #DBA9A2. Grayscale: #474747. Windows color (decimal): -14395811 or 6116900. OLE color: 6116900.

HSL color Cylindrical-coordinate representation of color #24565D: hue angle of 187.37º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24565D is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 86 93 -
CMYK 0.61 0.08 0 0.64
HSL 187.37º 0.44% 0.25% -
HSV(B) 187.37º 0.61% 0.36% -
XYZ 6.03 7.82 11.55 -
YUV 71.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 36 86 93 0.61 0.08 0 0.64 187.37 0.44 0.25
Hex 24 56 5D 3D 8 0 40 BB 2C 19
Octal 44 126 135 75 10 0 100 273 54 31
Binary 100100 1010110 1011101 111101 1000 0 1000000 10111011 101100 11001

Color Harmonies of #24565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24565D

Black with #24565D

Text Example


Text Example

White with #24565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24565D; }

 p { color: rgb(36,86,93); }

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

background-color css

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

 a { background-color: rgb(36,86,93); }

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

border-color css

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

 span { border-color: rgb(36,86,93); }

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