Html Css Color HEX #007085 Teal

📋 copy color: '#007085'

red 0 ◦ green 112 ◦ blue 133

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

Shades of Teal #007085

Tints of Teal #007085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007085 (or 0x007085) is known color: Teal. HEX triplet: 00, 70 and 85. RGB value is (0,112,133). Sum of RGB (Red+Green+Blue) = 0+112+133=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #007085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007085 is #FF8F7A. Grayscale: #505050. Windows color (decimal): -16748411 or 8744960. OLE color: 8744960.

HSL color Cylindrical-coordinate representation of color #007085: hue angle of 189.47º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007085 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 112 133 -
CMYK 1 0.16 0 0.48
HSL 189.47º 1% 0.26% -
HSV(B) 189.47º 1% 0.52% -
XYZ 10.03 13.28 24.23 -
YUV 80.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 0 112 133 1 0.16 0 0.48 189.47 1 0.26
Hex 0 70 85 64 10 0 30 BD 64 1A
Octal 0 160 205 144 20 0 60 275 144 32
Binary 0 1110000 10000101 1100100 10000 0 110000 10111101 1100100 11010

Color Harmonies of #007085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007085

Black with #007085

Text Example


Text Example

White with #007085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007085; }

 p { color: rgb(0,112,133); }

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

background-color css

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

 a { background-color: rgb(0,112,133); }

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

border-color css

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

 span { border-color: rgb(0,112,133); }

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