Html Css Color HEX #007589 Teal

📋 copy color: '#007589'

red 0 ◦ green 117 ◦ blue 137

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

Shades of Teal #007589

Tints of Teal #007589

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 0%
G = 46.06%
B = 53.94%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007589 (or 0x007589) is known color: Teal. HEX triplet: 00, 75 and 89. RGB value is (0,117,137). Sum of RGB (Red+Green+Blue) = 0+117+137=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #007589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007589 is #FF8A76. Grayscale: #545454. Windows color (decimal): -16747127 or 9008384. OLE color: 9008384.

HSL color Cylindrical-coordinate representation of color #007589: hue angle of 188.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007589 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 117 137 -
CMYK 1 0.15 0 0.46
HSL 188.76º 1% 0.27% -
HSV(B) 188.76º 1% 0.54% -
XYZ 10.88 14.53 25.9 -
YUV 84.3 157.74 67.87 -
System Red Green Blue C M Y K H S L
Decimal 0 117 137 1 0.15 0 0.46 188.76 1 0.27
Hex 0 75 89 64 F 0 2E BD 64 1B
Octal 0 165 211 144 17 0 56 275 144 33
Binary 0 1110101 10001001 1100100 1111 0 101110 10111101 1100100 11011

Color Harmonies of #007589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007589

Black with #007589

Text Example


Text Example

White with #007589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007589; }

 p { color: rgb(0,117,137); }

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

background-color css

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

 a { background-color: rgb(0,117,137); }

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

border-color css

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

 span { border-color: rgb(0,117,137); }

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