Html Css Color HEX #24555E Teal Blue

📋 copy color: '#24555E'

red 36 ◦ green 85 ◦ blue 94

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

Shades of Teal Blue #24555E

Tints of Teal Blue #24555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 16.74%
G = 39.53%
B = 43.72%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24555E (or 0x24555E) is known color: Teal Blue. HEX triplet: 24, 55 and 5E. RGB value is (36,85,94). Sum of RGB (Red+Green+Blue) = 36+85+94=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #24555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24555E is #DBAAA1. Grayscale: #474747. Windows color (decimal): -14396066 or 6182180. OLE color: 6182180.

HSL color Cylindrical-coordinate representation of color #24555E: hue angle of 189.31º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24555E is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 85 94 -
CMYK 0.62 0.10 0 0.63
HSL 189.31º 0.45% 0.25% -
HSV(B) 189.31º 0.62% 0.37% -
XYZ 6 7.68 11.76 -
YUV 71.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 36 85 94 0.62 0.10 0 0.63 189.31 0.45 0.25
Hex 24 55 5E 3E A 0 3F BD 2D 19
Octal 44 125 136 76 12 0 77 275 55 31
Binary 100100 1010101 1011110 111110 1010 0 111111 10111101 101101 11001

Color Harmonies of #24555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24555E

Black with #24555E

Text Example


Text Example

White with #24555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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