Html Css Color HEX #215359 Teal Blue

📋 copy color: '#215359'

red 33 ◦ green 83 ◦ blue 89

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

Shades of Teal Blue #215359

Tints of Teal Blue #215359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 16.1%
G = 40.49%
B = 43.41%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215359 (or 0x215359) is known color: Teal Blue. HEX triplet: 21, 53 and 59. RGB value is (33,83,89). Sum of RGB (Red+Green+Blue) = 33+83+89=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #215359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215359 is #DEACA6. Grayscale: #444444. Windows color (decimal): -14593191 or 5853985. OLE color: 5853985.

HSL color Cylindrical-coordinate representation of color #215359: hue angle of 186.43º 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 #215359 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 83 89 -
CMYK 0.63 0.07 0 0.65
HSL 186.43º 0.46% 0.24% -
HSV(B) 186.43º 0.63% 0.35% -
XYZ 5.52 7.23 10.56 -
YUV 68.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 33 83 89 0.63 0.07 0 0.65 186.43 0.46 0.24
Hex 21 53 59 3F 7 0 41 BA 2E 18
Octal 41 123 131 77 7 0 101 272 56 30
Binary 100001 1010011 1011001 111111 111 0 1000001 10111010 101110 11000

Color Harmonies of #215359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215359

Black with #215359

Text Example


Text Example

White with #215359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215359; }

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

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

background-color css

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

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

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

border-color css

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

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

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