Html Css Color HEX #068A7E Teal

📋 copy color: '#068A7E'

red 6 ◦ green 138 ◦ blue 126

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

Shades of Teal #068A7E

Tints of Teal #068A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 2.22%
G = 51.11%
B = 46.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#068A7E (or 0x068A7E) is known color: Teal. HEX triplet: 06, 8A and 7E. RGB value is (6,138,126). Sum of RGB (Red+Green+Blue) = 6+138+126=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #068A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A7E is #F97581. Grayscale: #616161. Windows color (decimal): -16348546 or 8292870. OLE color: 8292870.

HSL color Cylindrical-coordinate representation of color #068A7E: hue angle of 174.55º 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 #068A7E is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 138 126 -
CMYK 0.96 0 0.09 0.46
HSL 174.55º 0.92% 0.28% -
HSV(B) 174.55º 0.96% 0.54% -
XYZ 12.93 19.72 22.86 -
YUV 97.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 6 138 126 0.96 0 0.09 0.46 174.55 0.92 0.28
Hex 6 8A 7E 60 0 9 2E AF 5C 1C
Octal 6 212 176 140 0 11 56 257 134 34
Binary 110 10001010 1111110 1100000 0 1001 101110 10101111 1011100 11100

Color Harmonies of #068A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A7E

Black with #068A7E

Text Example


Text Example

White with #068A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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