Html Css Color HEX #05788C Teal

📋 copy color: '#05788C'

red 5 ◦ green 120 ◦ blue 140

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

Shades of Teal #05788C

Tints of Teal #05788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 1.89%
G = 45.28%
B = 52.83%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05788C (or 0x05788C) is known color: Teal. HEX triplet: 05, 78 and 8C. RGB value is (5,120,140). Sum of RGB (Red+Green+Blue) = 5+120+140=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #05788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05788C is #FA8773. Grayscale: #575757. Windows color (decimal): -16418676 or 9205765. OLE color: 9205765.

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

Color convert

RGB 5 120 140 -
CMYK 0.96 0.14 0 0.45
HSL 188.89º 0.93% 0.28% -
HSV(B) 188.89º 0.96% 0.55% -
XYZ 11.51 15.36 27.17 -
YUV 87.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 5 120 140 0.96 0.14 0 0.45 188.89 0.93 0.28
Hex 5 78 8C 60 E 0 2D BD 5D 1C
Octal 5 170 214 140 16 0 55 275 135 34
Binary 101 1111000 10001100 1100000 1110 0 101101 10111101 1011101 11100

Color Harmonies of #05788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05788C

Black with #05788C

Text Example


Text Example

White with #05788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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