Html Css Color HEX #068286 Teal

📋 copy color: '#068286'

red 6 ◦ green 130 ◦ blue 134

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

Shades of Teal #068286

Tints of Teal #068286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

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

R = 2.22%
G = 48.15%
B = 49.63%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#068286 (or 0x068286) is known color: Teal. HEX triplet: 06, 82 and 86. RGB value is (6,130,134). Sum of RGB (Red+Green+Blue) = 6+130+134=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #068286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068286 is #F97D79. Grayscale: #5D5D5D. Windows color (decimal): -16350586 or 8815110. OLE color: 8815110.

HSL color Cylindrical-coordinate representation of color #068286: hue angle of 181.88º 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 #068286 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 130 134 -
CMYK 0.96 0.03 0 0.47
HSL 181.88º 0.91% 0.27% -
HSV(B) 181.88º 0.96% 0.53% -
XYZ 12.36 17.73 25.32 -
YUV 93.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 6 130 134 0.96 0.03 0 0.47 181.88 0.91 0.27
Hex 6 82 86 60 3 0 2F B6 5B 1B
Octal 6 202 206 140 3 0 57 266 133 33
Binary 110 10000010 10000110 1100000 11 0 101111 10110110 1011011 11011

Color Harmonies of #068286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068286

Black with #068286

Text Example


Text Example

White with #068286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068286; }

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

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

background-color css

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

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

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

border-color css

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

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

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