Html Css Color HEX #05897F Teal

📋 copy color: '#05897F'

red 5 ◦ green 137 ◦ blue 127

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

Shades of Teal #05897F

Tints of Teal #05897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 1.86%
G = 50.93%
B = 47.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#05897F (or 0x05897F) is known color: Teal. HEX triplet: 05, 89 and 7F. RGB value is (5,137,127). Sum of RGB (Red+Green+Blue) = 5+137+127=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #05897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05897F is #FA7680. Grayscale: #606060. Windows color (decimal): -16414337 or 8358149. OLE color: 8358149.

HSL color Cylindrical-coordinate representation of color #05897F: hue angle of 175.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05897F is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 127 -
CMYK 0.96 0 0.07 0.46
HSL 175.45º 0.93% 0.28% -
HSV(B) 175.45º 0.96% 0.54% -
XYZ 12.84 19.46 23.16 -
YUV 96.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 5 137 127 0.96 0 0.07 0.46 175.45 0.93 0.28
Hex 5 89 7F 60 0 7 2E AF 5D 1C
Octal 5 211 177 140 0 7 56 257 135 34
Binary 101 10001001 1111111 1100000 0 111 101110 10101111 1011101 11100

Color Harmonies of #05897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05897F

Black with #05897F

Text Example


Text Example

White with #05897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05897F; }

 p { color: rgb(5,137,127); }

 H1.HeaderClassName
 {
   color: #05897F;
 }
 .AnyTagClassName
 {
   color: #05897F;
 }
</style>

background-color css

<style>
 a { background-color: #05897F; }

 a { background-color: rgb(5,137,127); }

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

border-color css

<style>
 span { border-color: #05897F; }

 span { border-color: rgb(5,137,127); }

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