Html Css Color HEX #007381 Teal

📋 copy color: '#007381'

red 0 ◦ green 115 ◦ blue 129

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

Shades of Teal #007381

Tints of Teal #007381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 0%
G = 47.13%
B = 52.87%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007381 (or 0x007381) is known color: Teal. HEX triplet: 00, 73 and 81. RGB value is (0,115,129). Sum of RGB (Red+Green+Blue) = 0+115+129=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #007381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007381 is #FF8C7E. Grayscale: #525252. Windows color (decimal): -16747647 or 8483584. OLE color: 8483584.

HSL color Cylindrical-coordinate representation of color #007381: hue angle of 186.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007381 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 115 129 -
CMYK 1 0.11 0 0.49
HSL 186.51º 1% 0.25% -
HSV(B) 186.51º 1% 0.51% -
XYZ 10.09 13.85 22.91 -
YUV 82.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 0 115 129 1 0.11 0 0.49 186.51 1 0.25
Hex 0 73 81 64 B 0 31 BB 64 19
Octal 0 163 201 144 13 0 61 273 144 31
Binary 0 1110011 10000001 1100100 1011 0 110001 10111011 1100100 11001

Color Harmonies of #007381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007381

Black with #007381

Text Example


Text Example

White with #007381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007381; }

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

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

background-color css

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

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

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

border-color css

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

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

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