Html Css Color HEX #06738D Teal

📋 copy color: '#06738D'

red 6 ◦ green 115 ◦ blue 141

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

Shades of Teal #06738D

Tints of Teal #06738D

RGB

 RED value IS 6 (2.73% from 255) = 2.29%

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

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 2.29%
G = 43.89%
B = 53.82%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06738D (or 0x06738D) is known color: Teal. HEX triplet: 06, 73 and 8D. RGB value is (6,115,141). Sum of RGB (Red+Green+Blue) = 6+115+141=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #06738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06738D is #F98C72. Grayscale: #555555. Windows color (decimal): -16354419 or 9270022. OLE color: 9270022.

HSL color Cylindrical-coordinate representation of color #06738D: hue angle of 191.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06738D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 115 141 -
CMYK 0.96 0.18 0 0.45
HSL 191.56º 0.92% 0.29% -
HSV(B) 191.56º 0.96% 0.55% -
XYZ 11.01 14.22 27.36 -
YUV 85.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 6 115 141 0.96 0.18 0 0.45 191.56 0.92 0.29
Hex 6 73 8D 60 12 0 2D C0 5C 1D
Octal 6 163 215 140 22 0 55 300 134 35
Binary 110 1110011 10001101 1100000 10010 0 101101 11000000 1011100 11101

Color Harmonies of #06738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06738D

Black with #06738D

Text Example


Text Example

White with #06738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06738D; }

 p { color: rgb(6,115,141); }

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

background-color css

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

 a { background-color: rgb(6,115,141); }

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

border-color css

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

 span { border-color: rgb(6,115,141); }

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