#215058

Color #215058 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #215058

Tints of Teal Blue #215058

Color information

#215058 (or 0x215058) is unknown color: approx Teal Blue. HEX triplet: 21, 50 and 58. RGB value is (33,80,88). Sum of RGB (Red+Green+Blue) = 33+80+88=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #215058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215058 is #DEAFA7. Grayscale: #424242. Windows color (decimal): -14593960 or 5787681. OLE color: 5787681.

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

Color convert

RGB338088-
CMYK0.620.0900.65
HSL188.73º45.45%23.73%-
HSV(B)188.73º62.5%34.51%-
XYZ5.266.7710.26-
YUV66.86139.93103.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=16.42%
G=39.80%
B=43.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3380880.620.0900.65188.7345.4523.73
Hex2150583E9041bd2d18
Octal41120130761101012755530
Binary100001101000010110001111101001010000011011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215058; }

 p { color: rgb(33,80,88); }

 H1.HeaderClassName
 {
   color: #215058;
 }
 .AnyTagClassName
 {
   color: #215058;
 }
</style>
background-color css

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

 a { background-color: rgb(33,80,88); }

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

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

 span { border-color: rgb(33,80,88); }

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