Html Css Color HEX #067880 Teal

📋 copy color: '#067880'

red 6 ◦ green 120 ◦ blue 128

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

Shades of Teal #067880

Tints of Teal #067880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.24%

 BLUE value IS 128 (50.39% from 255) = 50.39%

R = 2.36%
G = 47.24%
B = 50.39%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#067880 (or 0x067880) is known color: Teal. HEX triplet: 06, 78 and 80. RGB value is (6,120,128). Sum of RGB (Red+Green+Blue) = 6+120+128=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #067880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067880 is #F9877F. Grayscale: #565656. Windows color (decimal): -16353152 or 8419334. OLE color: 8419334.

HSL color Cylindrical-coordinate representation of color #067880: hue angle of 183.93º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067880 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 120 128 -
CMYK 0.95 0.06 0 0.50
HSL 183.93º 0.91% 0.26% -
HSV(B) 183.93º 0.95% 0.5% -
XYZ 10.69 15.03 22.76 -
YUV 86.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 6 120 128 0.95 0.06 0 0.50 183.93 0.91 0.26
Hex 6 78 80 5F 6 0 32 B8 5B 1A
Octal 6 170 200 137 6 0 62 270 133 32
Binary 110 1111000 10000000 1011111 110 0 110010 10111000 1011011 11010

Color Harmonies of #067880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067880

Black with #067880

Text Example


Text Example

White with #067880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067880; }

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

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

background-color css

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

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

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

border-color css

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

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

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