Html Css Color HEX #068B7F Teal

📋 copy color: '#068B7F'

red 6 ◦ green 139 ◦ blue 127

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

Shades of Teal #068B7F

Tints of Teal #068B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.1%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 2.21%
G = 51.1%
B = 46.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#068B7F (or 0x068B7F) is known color: Teal. HEX triplet: 06, 8B and 7F. RGB value is (6,139,127). Sum of RGB (Red+Green+Blue) = 6+139+127=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #068B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B7F is #F97480. Grayscale: #616161. Windows color (decimal): -16348289 or 8358662. OLE color: 8358662.

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

Color convert

RGB 6 139 127 -
CMYK 0.96 0 0.09 0.45
HSL 174.59º 0.92% 0.28% -
HSV(B) 174.59º 0.96% 0.55% -
XYZ 13.14 20.04 23.25 -
YUV 97.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 6 139 127 0.96 0 0.09 0.45 174.59 0.92 0.28
Hex 6 8B 7F 60 0 9 2D AF 5C 1C
Octal 6 213 177 140 0 11 55 257 134 34
Binary 110 10001011 1111111 1100000 0 1001 101101 10101111 1011100 11100

Color Harmonies of #068B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B7F

Black with #068B7F

Text Example


Text Example

White with #068B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068B7F; }

 p { color: rgb(6,139,127); }

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

background-color css

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

 a { background-color: rgb(6,139,127); }

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

border-color css

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

 span { border-color: rgb(6,139,127); }

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