Html Css Color HEX #05897D Teal

📋 copy color: '#05897D'

red 5 ◦ green 137 ◦ blue 125

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

Shades of Teal #05897D

Tints of Teal #05897D

RGB

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

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

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

R = 1.87%
G = 51.31%
B = 46.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#05897D (or 0x05897D) is known color: Teal. HEX triplet: 05, 89 and 7D. RGB value is (5,137,125). Sum of RGB (Red+Green+Blue) = 5+137+125=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #05897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05897D is #FA7682. Grayscale: #606060. Windows color (decimal): -16414339 or 8227077. OLE color: 8227077.

HSL color Cylindrical-coordinate representation of color #05897D: hue angle of 174.55º 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 #05897D is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 125 -
CMYK 0.96 0 0.09 0.46
HSL 174.55º 0.93% 0.28% -
HSV(B) 174.55º 0.96% 0.54% -
XYZ 12.71 19.4 22.48 -
YUV 96.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 5 137 125 0.96 0 0.09 0.46 174.55 0.93 0.28
Hex 5 89 7D 60 0 9 2E AF 5D 1C
Octal 5 211 175 140 0 11 56 257 135 34
Binary 101 10001001 1111101 1100000 0 1001 101110 10101111 1011101 11100

Color Harmonies of #05897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05897D

Black with #05897D

Text Example


Text Example

White with #05897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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