Html Css Color HEX #05897B Teal

📋 copy color: '#05897B'

red 5 ◦ green 137 ◦ blue 123

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

Shades of Teal #05897B

Tints of Teal #05897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.42%

R = 1.89%
G = 51.7%
B = 46.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#05897B (or 0x05897B) is known color: Teal. HEX triplet: 05, 89 and 7B. RGB value is (5,137,123). Sum of RGB (Red+Green+Blue) = 5+137+123=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #05897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05897B is #FA7684. Grayscale: #5F5F5F. Windows color (decimal): -16414341 or 8096005. OLE color: 8096005.

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

Color convert

RGB 5 137 123 -
CMYK 0.96 0 0.10 0.46
HSL 173.64º 0.93% 0.28% -
HSV(B) 173.64º 0.96% 0.54% -
XYZ 12.58 19.35 21.81 -
YUV 95.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 5 137 123 0.96 0 0.10 0.46 173.64 0.93 0.28
Hex 5 89 7B 60 0 A 2E AE 5D 1C
Octal 5 211 173 140 0 12 56 256 135 34
Binary 101 10001001 1111011 1100000 0 1010 101110 10101110 1011101 11100

Color Harmonies of #05897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05897B

Black with #05897B

Text Example


Text Example

White with #05897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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