Html Css Color HEX #05748B Teal

📋 copy color: '#05748B'

red 5 ◦ green 116 ◦ blue 139

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

Shades of Teal #05748B

Tints of Teal #05748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 1.92%
G = 44.62%
B = 53.46%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05748B (or 0x05748B) is known color: Teal. HEX triplet: 05, 74 and 8B. RGB value is (5,116,139). Sum of RGB (Red+Green+Blue) = 5+116+139=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #05748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748B is #FA8B74. Grayscale: #555555. Windows color (decimal): -16419701 or 9139205. OLE color: 9139205.

HSL color Cylindrical-coordinate representation of color #05748B: hue angle of 190.3º 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 #05748B is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 116 139 -
CMYK 0.96 0.17 0 0.45
HSL 190.3º 0.93% 0.28% -
HSV(B) 190.3º 0.96% 0.55% -
XYZ 10.97 14.39 26.63 -
YUV 85.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 5 116 139 0.96 0.17 0 0.45 190.3 0.93 0.28
Hex 5 74 8B 60 11 0 2D BE 5D 1C
Octal 5 164 213 140 21 0 55 276 135 34
Binary 101 1110100 10001011 1100000 10001 0 101101 10111110 1011101 11100

Color Harmonies of #05748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05748B

Black with #05748B

Text Example


Text Example

White with #05748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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