Html Css Color HEX #05718B Teal

📋 copy color: '#05718B'

red 5 ◦ green 113 ◦ blue 139

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

Shades of Teal #05718B

Tints of Teal #05718B

RGB

 RED value IS 5 (2.34% from 255) = 1.95%

 GREEN value IS 113 (44.53% from 255) = 43.97%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 1.95%
G = 43.97%
B = 54.09%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05718B (or 0x05718B) is known color: Teal. HEX triplet: 05, 71 and 8B. RGB value is (5,113,139). Sum of RGB (Red+Green+Blue) = 5+113+139=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #05718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05718B is #FA8E74. Grayscale: #535353. Windows color (decimal): -16420469 or 9138437. OLE color: 9138437.

HSL color Cylindrical-coordinate representation of color #05718B: hue angle of 191.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05718B is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 113 139 -
CMYK 0.96 0.19 0 0.45
HSL 191.64º 0.93% 0.28% -
HSV(B) 191.64º 0.96% 0.55% -
XYZ 10.63 13.71 26.51 -
YUV 83.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 5 113 139 0.96 0.19 0 0.45 191.64 0.93 0.28
Hex 5 71 8B 60 13 0 2D C0 5D 1C
Octal 5 161 213 140 23 0 55 300 135 34
Binary 101 1110001 10001011 1100000 10011 0 101101 11000000 1011101 11100

Color Harmonies of #05718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05718B

Black with #05718B

Text Example


Text Example

White with #05718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05718B; }

 p { color: rgb(5,113,139); }

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

background-color css

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

 a { background-color: rgb(5,113,139); }

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

border-color css

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

 span { border-color: rgb(5,113,139); }

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