Html Css Color HEX #00738C Teal

📋 copy color: '#00738C'

red 0 ◦ green 115 ◦ blue 140

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

Shades of Teal #00738C

Tints of Teal #00738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00738C (or 0x00738C) is known color: Teal. HEX triplet: 00, 73 and 8C. RGB value is (0,115,140). Sum of RGB (Red+Green+Blue) = 0+115+140=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #00738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738C is #FF8C73. Grayscale: #535353. Windows color (decimal): -16747636 or 9204480. OLE color: 9204480.

HSL color Cylindrical-coordinate representation of color #00738C: hue angle of 190.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00738C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 115 140 -
CMYK 1 0.18 0 0.45
HSL 190.71º 1% 0.27% -
HSV(B) 190.71º 1% 0.55% -
XYZ 10.86 14.15 26.97 -
YUV 83.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 0 115 140 1 0.18 0 0.45 190.71 1 0.27
Hex 0 73 8C 64 12 0 2D BF 64 1B
Octal 0 163 214 144 22 0 55 277 144 33
Binary 0 1110011 10001100 1100100 10010 0 101101 10111111 1100100 11011

Color Harmonies of #00738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00738C

Black with #00738C

Text Example


Text Example

White with #00738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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