Html Css Color HEX #2C5259 Teal Blue

📋 copy color: '#2C5259'

red 44 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #2C5259

Tints of Teal Blue #2C5259

RGB

 RED value IS 44 (17.58% from 255) = 20.47%

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 20.47%
G = 38.14%
B = 41.4%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C5259 (or 0x2C5259) is known color: Teal Blue. HEX triplet: 2C, 52 and 59. RGB value is (44,82,89). Sum of RGB (Red+Green+Blue) = 44+82+89=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5259 is #D3ADA6. Grayscale: #474747. Windows color (decimal): -13872551 or 5853740. OLE color: 5853740.

HSL color Cylindrical-coordinate representation of color #2C5259: hue angle of 189.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5259 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 82 89 -
CMYK 0.51 0.08 0 0.65
HSL 189.33º 0.34% 0.26% -
HSV(B) 189.33º 0.51% 0.35% -
XYZ 5.86 7.29 10.55 -
YUV 71.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 44 82 89 0.51 0.08 0 0.65 189.33 0.34 0.26
Hex 2C 52 59 33 8 0 41 BD 22 1A
Octal 54 122 131 63 10 0 101 275 42 32
Binary 101100 1010010 1011001 110011 1000 0 1000001 10111101 100010 11010

Color Harmonies of #2C5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5259

Black with #2C5259

Text Example


Text Example

White with #2C5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5259; }

 p { color: rgb(44,82,89); }

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

background-color css

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

 a { background-color: rgb(44,82,89); }

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

border-color css

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

 span { border-color: rgb(44,82,89); }

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