Html Css Color HEX #00738F Teal

📋 copy color: '#00738F'

red 0 ◦ green 115 ◦ blue 143

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

Shades of Teal #00738F

Tints of Teal #00738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.43%

R = 0%
G = 44.57%
B = 55.43%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00738F (or 0x00738F) is known color: Teal. HEX triplet: 00, 73 and 8F. RGB value is (0,115,143). Sum of RGB (Red+Green+Blue) = 0+115+143=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #00738F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738F is #FF8C70. Grayscale: #535353. Windows color (decimal): -16747633 or 9401088. OLE color: 9401088.

HSL color Cylindrical-coordinate representation of color #00738F: hue angle of 191.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00738F is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 115 143 -
CMYK 1 0.20 0 0.44
HSL 191.75º 1% 0.28% -
HSV(B) 191.75º 1% 0.56% -
XYZ 11.09 14.24 28.15 -
YUV 83.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 0 115 143 1 0.20 0 0.44 191.75 1 0.28
Hex 0 73 8F 64 14 0 2C C0 64 1C
Octal 0 163 217 144 24 0 54 300 144 34
Binary 0 1110011 10001111 1100100 10100 0 101100 11000000 1100100 11100

Color Harmonies of #00738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00738F

Black with #00738F

Text Example


Text Example

White with #00738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00738F; }

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

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

background-color css

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

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

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

border-color css

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

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

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