Html Css Color HEX #067580 Teal

📋 copy color: '#067580'

red 6 ◦ green 117 ◦ blue 128

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

Shades of Teal #067580

Tints of Teal #067580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 2.39%
G = 46.61%
B = 51%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#067580 (or 0x067580) is known color: Teal. HEX triplet: 06, 75 and 80. RGB value is (6,117,128). Sum of RGB (Red+Green+Blue) = 6+117+128=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #067580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067580 is #F98A7F. Grayscale: #545454. Windows color (decimal): -16353920 or 8418566. OLE color: 8418566.

HSL color Cylindrical-coordinate representation of color #067580: hue angle of 185.41º 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 #067580 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 117 128 -
CMYK 0.95 0.09 0 0.50
HSL 185.41º 0.91% 0.26% -
HSV(B) 185.41º 0.95% 0.5% -
XYZ 10.33 14.32 22.64 -
YUV 85.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 6 117 128 0.95 0.09 0 0.50 185.41 0.91 0.26
Hex 6 75 80 5F 9 0 32 B9 5B 1A
Octal 6 165 200 137 11 0 62 271 133 32
Binary 110 1110101 10000000 1011111 1001 0 110010 10111001 1011011 11010

Color Harmonies of #067580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067580

Black with #067580

Text Example


Text Example

White with #067580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067580; }

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

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

background-color css

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

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

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

border-color css

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

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

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