Html Css Color HEX #05847D Teal

📋 copy color: '#05847D'

red 5 ◦ green 132 ◦ blue 125

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

Shades of Teal #05847D

Tints of Teal #05847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 1.91%
G = 50.38%
B = 47.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#05847D (or 0x05847D) is known color: Teal. HEX triplet: 05, 84 and 7D. RGB value is (5,132,125). Sum of RGB (Red+Green+Blue) = 5+132+125=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #05847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05847D is #FA7B82. Grayscale: #5D5D5D. Windows color (decimal): -16415619 or 8225797. OLE color: 8225797.

HSL color Cylindrical-coordinate representation of color #05847D: hue angle of 176.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05847D is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 125 -
CMYK 0.96 0 0.05 0.48
HSL 176.69º 0.93% 0.27% -
HSV(B) 176.69º 0.96% 0.52% -
XYZ 12.02 18.02 22.25 -
YUV 93.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 5 132 125 0.96 0 0.05 0.48 176.69 0.93 0.27
Hex 5 84 7D 60 0 5 30 B1 5D 1B
Octal 5 204 175 140 0 5 60 261 135 33
Binary 101 10000100 1111101 1100000 0 101 110000 10110001 1011101 11011

Color Harmonies of #05847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05847D

Black with #05847D

Text Example


Text Example

White with #05847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05847D; }

 p { color: rgb(5,132,125); }

 H1.HeaderClassName
 {
   color: #05847D;
 }
 .AnyTagClassName
 {
   color: #05847D;
 }
</style>

background-color css

<style>
 a { background-color: #05847D; }

 a { background-color: rgb(5,132,125); }

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

border-color css

<style>
 span { border-color: #05847D; }

 span { border-color: rgb(5,132,125); }

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