Html Css Color HEX #05837D Teal

📋 copy color: '#05837D'

red 5 ◦ green 131 ◦ blue 125

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

Shades of Teal #05837D

Tints of Teal #05837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

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

R = 1.92%
G = 50.19%
B = 47.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#05837D (or 0x05837D) is known color: Teal. HEX triplet: 05, 83 and 7D. RGB value is (5,131,125). Sum of RGB (Red+Green+Blue) = 5+131+125=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #05837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05837D is #FA7C82. Grayscale: #5C5C5C. Windows color (decimal): -16415875 or 8225541. OLE color: 8225541.

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

Color convert

RGB 5 131 125 -
CMYK 0.96 0 0.05 0.49
HSL 177.14º 0.93% 0.27% -
HSV(B) 177.14º 0.96% 0.51% -
XYZ 11.88 17.75 22.2 -
YUV 92.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 5 131 125 0.96 0 0.05 0.49 177.14 0.93 0.27
Hex 5 83 7D 60 0 5 31 B1 5D 1B
Octal 5 203 175 140 0 5 61 261 135 33
Binary 101 10000011 1111101 1100000 0 101 110001 10110001 1011101 11011

Color Harmonies of #05837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05837D

Black with #05837D

Text Example


Text Example

White with #05837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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