Html Css Color HEX #215259 Teal Blue

📋 copy color: '#215259'

red 33 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #215259

Tints of Teal Blue #215259

RGB

 RED value IS 33 (13.28% from 255) = 16.18%

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

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

R = 16.18%
G = 40.2%
B = 43.63%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215259 (or 0x215259) is known color: Teal Blue. HEX triplet: 21, 52 and 59. RGB value is (33,82,89). Sum of RGB (Red+Green+Blue) = 33+82+89=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #215259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215259 is #DEADA6. Grayscale: #444444. Windows color (decimal): -14593447 or 5853729. OLE color: 5853729.

HSL color Cylindrical-coordinate representation of color #215259: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215259 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 82 89 -
CMYK 0.63 0.08 0 0.65
HSL 187.5º 0.46% 0.24% -
HSV(B) 187.5º 0.63% 0.35% -
XYZ 5.45 7.08 10.53 -
YUV 68.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 33 82 89 0.63 0.08 0 0.65 187.5 0.46 0.24
Hex 21 52 59 3F 8 0 41 BC 2E 18
Octal 41 122 131 77 10 0 101 274 56 30
Binary 100001 1010010 1011001 111111 1000 0 1000001 10111100 101110 11000

Color Harmonies of #215259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215259

Black with #215259

Text Example


Text Example

White with #215259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215259; }

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

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

background-color css

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

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

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

border-color css

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

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

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