Html Css Color HEX #215058 Teal Blue

📋 copy color: '#215058'

red 33 ◦ green 80 ◦ blue 88

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

Shades of Teal Blue #215058

Tints of Teal Blue #215058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 16.42%
G = 39.8%
B = 43.78%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215058 (or 0x215058) is known color: 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

RGB 33 80 88 -
CMYK 0.62 0.09 0 0.65
HSL 188.73º 0.45% 0.24% -
HSV(B) 188.73º 0.63% 0.35% -
XYZ 5.26 6.77 10.26 -
YUV 66.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 33 80 88 0.62 0.09 0 0.65 188.73 0.45 0.24
Hex 21 50 58 3E 9 0 41 BD 2D 18
Octal 41 120 130 76 11 0 101 275 55 30
Binary 100001 1010000 1011000 111110 1001 0 1000001 10111101 101101 11000

Color Harmonies of #215058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215058

Black with #215058

Text Example


Text Example

White with #215058

Text Example


Text Example

HTML Codes & Css Web 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>