Html Css Color HEX #24555D Teal Blue

📋 copy color: '#24555D'

red 36 ◦ green 85 ◦ blue 93

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

Shades of Teal Blue #24555D

Tints of Teal Blue #24555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

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

R = 16.82%
G = 39.72%
B = 43.46%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24555D (or 0x24555D) is known color: Teal Blue. HEX triplet: 24, 55 and 5D. RGB value is (36,85,93). Sum of RGB (Red+Green+Blue) = 36+85+93=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #24555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24555D is #DBAAA2. Grayscale: #474747. Windows color (decimal): -14396067 or 6116644. OLE color: 6116644.

HSL color Cylindrical-coordinate representation of color #24555D: hue angle of 188.42º 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 #24555D is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 85 93 -
CMYK 0.61 0.09 0 0.64
HSL 188.42º 0.44% 0.25% -
HSV(B) 188.42º 0.61% 0.36% -
XYZ 5.95 7.66 11.52 -
YUV 71.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 36 85 93 0.61 0.09 0 0.64 188.42 0.44 0.25
Hex 24 55 5D 3D 9 0 40 BC 2C 19
Octal 44 125 135 75 11 0 100 274 54 31
Binary 100100 1010101 1011101 111101 1001 0 1000000 10111100 101100 11001

Color Harmonies of #24555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24555D

Black with #24555D

Text Example


Text Example

White with #24555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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