Html Css Color HEX #068580 Teal

📋 copy color: '#068580'

red 6 ◦ green 133 ◦ blue 128

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

Shades of Teal #068580

Tints of Teal #068580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 2.25%
G = 49.81%
B = 47.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#068580 (or 0x068580) is known color: Teal. HEX triplet: 06, 85 and 80. RGB value is (6,133,128). Sum of RGB (Red+Green+Blue) = 6+133+128=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #068580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068580 is #F97A7F. Grayscale: #5E5E5E. Windows color (decimal): -16349824 or 8422662. OLE color: 8422662.

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

Color convert

RGB 6 133 128 -
CMYK 0.95 0 0.04 0.48
HSL 177.64º 0.91% 0.27% -
HSV(B) 177.64º 0.95% 0.52% -
XYZ 12.36 18.37 23.32 -
YUV 94.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 6 133 128 0.95 0 0.04 0.48 177.64 0.91 0.27
Hex 6 85 80 5F 0 4 30 B2 5B 1B
Octal 6 205 200 137 0 4 60 262 133 33
Binary 110 10000101 10000000 1011111 0 100 110000 10110010 1011011 11011

Color Harmonies of #068580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068580

Black with #068580

Text Example


Text Example

White with #068580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068580; }

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

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

background-color css

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

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

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

border-color css

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

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

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