Html Css Color HEX #068086 Teal

📋 copy color: '#068086'

red 6 ◦ green 128 ◦ blue 134

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

Shades of Teal #068086

Tints of Teal #068086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 134 (52.73% from 255) = 50%

R = 2.24%
G = 47.76%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#068086 (or 0x068086) is known color: Teal. HEX triplet: 06, 80 and 86. RGB value is (6,128,134). Sum of RGB (Red+Green+Blue) = 6+128+134=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #068086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068086 is #F97F79. Grayscale: #5C5C5C. Windows color (decimal): -16351098 or 8814598. OLE color: 8814598.

HSL color Cylindrical-coordinate representation of color #068086: hue angle of 182.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068086 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 128 134 -
CMYK 0.96 0.04 0 0.47
HSL 182.81º 0.91% 0.27% -
HSV(B) 182.81º 0.96% 0.53% -
XYZ 12.1 17.2 25.24 -
YUV 92.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 6 128 134 0.96 0.04 0 0.47 182.81 0.91 0.27
Hex 6 80 86 60 4 0 2F B7 5B 1B
Octal 6 200 206 140 4 0 57 267 133 33
Binary 110 10000000 10000110 1100000 100 0 101111 10110111 1011011 11011

Color Harmonies of #068086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068086

Black with #068086

Text Example


Text Example

White with #068086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068086; }

 p { color: rgb(6,128,134); }

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

background-color css

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

 a { background-color: rgb(6,128,134); }

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

border-color css

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

 span { border-color: rgb(6,128,134); }

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