Html Css Color HEX #05748C Teal

📋 copy color: '#05748C'

red 5 ◦ green 116 ◦ blue 140

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

Shades of Teal #05748C

Tints of Teal #05748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 1.92%
G = 44.44%
B = 53.64%

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

#05748C (or 0x05748C) is known color: Teal. HEX triplet: 05, 74 and 8C. RGB value is (5,116,140). Sum of RGB (Red+Green+Blue) = 5+116+140=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #05748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748C is #FA8B73. Grayscale: #555555. Windows color (decimal): -16419700 or 9204741. OLE color: 9204741.

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

Color convert

RGB 5 116 140 -
CMYK 0.96 0.17 0 0.45
HSL 190.67º 0.93% 0.28% -
HSV(B) 190.67º 0.96% 0.55% -
XYZ 11.04 14.42 27.01 -
YUV 85.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 5 116 140 0.96 0.17 0 0.45 190.67 0.93 0.28
Hex 5 74 8C 60 11 0 2D BF 5D 1C
Octal 5 164 214 140 21 0 55 277 135 34
Binary 101 1110100 10001100 1100000 10001 0 101101 10111111 1011101 11100

Color Harmonies of #05748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05748C

Black with #05748C

Text Example


Text Example

White with #05748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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