Html Css Color HEX #007385 Teal

📋 copy color: '#007385'

red 0 ◦ green 115 ◦ blue 133

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

Shades of Teal #007385

Tints of Teal #007385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 0%
G = 46.37%
B = 53.63%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007385 (or 0x007385) is known color: Teal. HEX triplet: 00, 73 and 85. RGB value is (0,115,133). Sum of RGB (Red+Green+Blue) = 0+115+133=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #007385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007385 is #FF8C7A. Grayscale: #525252. Windows color (decimal): -16747643 or 8745728. OLE color: 8745728.

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

Color convert

RGB 0 115 133 -
CMYK 1 0.14 0 0.48
HSL 188.12º 1% 0.26% -
HSV(B) 188.12º 1% 0.52% -
XYZ 10.36 13.95 24.34 -
YUV 82.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 0 115 133 1 0.14 0 0.48 188.12 1 0.26
Hex 0 73 85 64 E 0 30 BC 64 1A
Octal 0 163 205 144 16 0 60 274 144 32
Binary 0 1110011 10000101 1100100 1110 0 110000 10111100 1100100 11010

Color Harmonies of #007385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007385

Black with #007385

Text Example


Text Example

White with #007385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007385; }

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

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

background-color css

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

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

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

border-color css

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

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

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