Html Css Color HEX #068087 Teal

📋 copy color: '#068087'

red 6 ◦ green 128 ◦ blue 135

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

Shades of Teal #068087

Tints of Teal #068087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 2.23%
G = 47.58%
B = 50.19%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#068087 (or 0x068087) is known color: Teal. HEX triplet: 06, 80 and 87. RGB value is (6,128,135). Sum of RGB (Red+Green+Blue) = 6+128+135=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #068087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068087 is #F97F78. Grayscale: #5C5C5C. Windows color (decimal): -16351097 or 8880134. OLE color: 8880134.

HSL color Cylindrical-coordinate representation of color #068087: hue angle of 183.26º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068087 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 128 135 -
CMYK 0.96 0.05 0 0.47
HSL 183.26º 0.91% 0.28% -
HSV(B) 183.26º 0.96% 0.53% -
XYZ 12.17 17.23 25.61 -
YUV 92.32 152.08 66.43 -
System Red Green Blue C M Y K H S L
Decimal 6 128 135 0.96 0.05 0 0.47 183.26 0.91 0.28
Hex 6 80 87 60 5 0 2F B7 5B 1C
Octal 6 200 207 140 5 0 57 267 133 34
Binary 110 10000000 10000111 1100000 101 0 101111 10110111 1011011 11100

Color Harmonies of #068087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068087

Black with #068087

Text Example


Text Example

White with #068087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068087; }

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

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

background-color css

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

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

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

border-color css

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

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

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