Html Css Color HEX #05827D Teal

📋 copy color: '#05827D'

red 5 ◦ green 130 ◦ blue 125

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

Shades of Teal #05827D

Tints of Teal #05827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50%

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

R = 1.92%
G = 50%
B = 48.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#05827D (or 0x05827D) is known color: Teal. HEX triplet: 05, 82 and 7D. RGB value is (5,130,125). Sum of RGB (Red+Green+Blue) = 5+130+125=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #05827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05827D is #FA7D82. Grayscale: #5B5B5B. Windows color (decimal): -16416131 or 8225285. OLE color: 8225285.

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

Color convert

RGB 5 130 125 -
CMYK 0.96 0 0.04 0.49
HSL 177.6º 0.93% 0.26% -
HSV(B) 177.6º 0.96% 0.51% -
XYZ 11.75 17.48 22.16 -
YUV 92.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 5 130 125 0.96 0 0.04 0.49 177.6 0.93 0.26
Hex 5 82 7D 60 0 4 31 B2 5D 1A
Octal 5 202 175 140 0 4 61 262 135 32
Binary 101 10000010 1111101 1100000 0 100 110001 10110010 1011101 11010

Color Harmonies of #05827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05827D

Black with #05827D

Text Example


Text Example

White with #05827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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