Html Css Color HEX #06748A Teal

📋 copy color: '#06748A'

red 6 ◦ green 116 ◦ blue 138

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

Shades of Teal #06748A

Tints of Teal #06748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 2.31%
G = 44.62%
B = 53.08%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06748A (or 0x06748A) is known color: Teal. HEX triplet: 06, 74 and 8A. RGB value is (6,116,138). Sum of RGB (Red+Green+Blue) = 6+116+138=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #06748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06748A is #F98B75. Grayscale: #555555. Windows color (decimal): -16354166 or 9073670. OLE color: 9073670.

HSL color Cylindrical-coordinate representation of color #06748A: hue angle of 190º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06748A is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 116 138 -
CMYK 0.96 0.16 0 0.46
HSL 190º 0.92% 0.28% -
HSV(B) 190º 0.96% 0.54% -
XYZ 10.91 14.36 26.24 -
YUV 85.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 6 116 138 0.96 0.16 0 0.46 190 0.92 0.28
Hex 6 74 8A 60 10 0 2E BE 5C 1C
Octal 6 164 212 140 20 0 56 276 134 34
Binary 110 1110100 10001010 1100000 10000 0 101110 10111110 1011100 11100

Color Harmonies of #06748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06748A

Black with #06748A

Text Example


Text Example

White with #06748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06748A; }

 p { color: rgb(6,116,138); }

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

background-color css

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

 a { background-color: rgb(6,116,138); }

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

border-color css

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

 span { border-color: rgb(6,116,138); }

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