Html Css Color HEX #007685 Teal

📋 copy color: '#007685'

red 0 ◦ green 118 ◦ blue 133

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

Shades of Teal #007685

Tints of Teal #007685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 0%
G = 47.01%
B = 52.99%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007685 (or 0x007685) is known color: Teal. HEX triplet: 00, 76 and 85. RGB value is (0,118,133). Sum of RGB (Red+Green+Blue) = 0+118+133=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #007685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007685 is #FF897A. Grayscale: #545454. Windows color (decimal): -16746875 or 8746496. OLE color: 8746496.

HSL color Cylindrical-coordinate representation of color #007685: hue angle of 186.77º 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 #007685 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 118 133 -
CMYK 1 0.11 0 0.48
HSL 186.77º 1% 0.26% -
HSV(B) 186.77º 1% 0.52% -
XYZ 10.71 14.65 24.45 -
YUV 84.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 0 118 133 1 0.11 0 0.48 186.77 1 0.26
Hex 0 76 85 64 B 0 30 BB 64 1A
Octal 0 166 205 144 13 0 60 273 144 32
Binary 0 1110110 10000101 1100100 1011 0 110000 10111011 1100100 11010

Color Harmonies of #007685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007685

Black with #007685

Text Example


Text Example

White with #007685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007685; }

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

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

background-color css

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

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

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

border-color css

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

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

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