Html Css Color HEX #067286 Teal

📋 copy color: '#067286'

red 6 ◦ green 114 ◦ blue 134

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

Shades of Teal #067286

Tints of Teal #067286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 2.36%
G = 44.88%
B = 52.76%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067286 (or 0x067286) is known color: Teal. HEX triplet: 06, 72 and 86. RGB value is (6,114,134). Sum of RGB (Red+Green+Blue) = 6+114+134=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #067286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067286 is #F98D79. Grayscale: #535353. Windows color (decimal): -16354682 or 8811014. OLE color: 8811014.

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

Color convert

RGB 6 114 134 -
CMYK 0.96 0.15 0 0.47
HSL 189.38º 0.91% 0.27% -
HSV(B) 189.38º 0.96% 0.53% -
XYZ 10.4 13.79 24.67 -
YUV 83.99 156.22 72.37 -
System Red Green Blue C M Y K H S L
Decimal 6 114 134 0.96 0.15 0 0.47 189.38 0.91 0.27
Hex 6 72 86 60 F 0 2F BD 5B 1B
Octal 6 162 206 140 17 0 57 275 133 33
Binary 110 1110010 10000110 1100000 1111 0 101111 10111101 1011011 11011

Color Harmonies of #067286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067286

Black with #067286

Text Example


Text Example

White with #067286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067286; }

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

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

background-color css

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

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

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

border-color css

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

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

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