Html Css Color HEX #05738B Teal

📋 copy color: '#05738B'

red 5 ◦ green 115 ◦ blue 139

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

Shades of Teal #05738B

Tints of Teal #05738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

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

R = 1.93%
G = 44.4%
B = 53.67%

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

#05738B (or 0x05738B) is known color: Teal. HEX triplet: 05, 73 and 8B. RGB value is (5,115,139). Sum of RGB (Red+Green+Blue) = 5+115+139=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #05738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05738B is #FA8C74. Grayscale: #545454. Windows color (decimal): -16419957 or 9138949. OLE color: 9138949.

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

Color convert

RGB 5 115 139 -
CMYK 0.96 0.17 0 0.45
HSL 190.75º 0.93% 0.28% -
HSV(B) 190.75º 0.96% 0.55% -
XYZ 10.85 14.16 26.59 -
YUV 84.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 5 115 139 0.96 0.17 0 0.45 190.75 0.93 0.28
Hex 5 73 8B 60 11 0 2D BF 5D 1C
Octal 5 163 213 140 21 0 55 277 135 34
Binary 101 1110011 10001011 1100000 10001 0 101101 10111111 1011101 11100

Color Harmonies of #05738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05738B

Black with #05738B

Text Example


Text Example

White with #05738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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