Html Css Color HEX #068089 Teal

📋 copy color: '#068089'

red 6 ◦ green 128 ◦ blue 137

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

Shades of Teal #068089

Tints of Teal #068089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 2.21%
G = 47.23%
B = 50.55%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#068089 (or 0x068089) is known color: Teal. HEX triplet: 06, 80 and 89. RGB value is (6,128,137). Sum of RGB (Red+Green+Blue) = 6+128+137=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #068089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068089 is #F97F76. Grayscale: #5C5C5C. Windows color (decimal): -16351095 or 9011206. OLE color: 9011206.

HSL color Cylindrical-coordinate representation of color #068089: hue angle of 184.12º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068089 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 128 137 -
CMYK 0.96 0.07 0 0.46
HSL 184.12º 0.92% 0.28% -
HSV(B) 184.12º 0.96% 0.54% -
XYZ 12.31 17.28 26.35 -
YUV 92.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 6 128 137 0.96 0.07 0 0.46 184.12 0.92 0.28
Hex 6 80 89 60 7 0 2E B8 5C 1C
Octal 6 200 211 140 7 0 56 270 134 34
Binary 110 10000000 10001001 1100000 111 0 101110 10111000 1011100 11100

Color Harmonies of #068089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068089

Black with #068089

Text Example


Text Example

White with #068089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068089; }

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

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

background-color css

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

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

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

border-color css

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

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

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