Html Css Color HEX #068189 Teal

📋 copy color: '#068189'

red 6 ◦ green 129 ◦ blue 137

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

Shades of Teal #068189

Tints of Teal #068189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.43%

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

R = 2.21%
G = 47.43%
B = 50.37%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#068189 (or 0x068189) is known color: Teal. HEX triplet: 06, 81 and 89. RGB value is (6,129,137). Sum of RGB (Red+Green+Blue) = 6+129+137=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #068189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068189 is #F97E76. Grayscale: #5C5C5C. Windows color (decimal): -16350839 or 9011462. OLE color: 9011462.

HSL color Cylindrical-coordinate representation of color #068189: hue angle of 183.66º 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 #068189 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 129 137 -
CMYK 0.96 0.06 0 0.46
HSL 183.66º 0.92% 0.28% -
HSV(B) 183.66º 0.96% 0.54% -
XYZ 12.44 17.55 26.4 -
YUV 93.14 152.75 65.85 -
System Red Green Blue C M Y K H S L
Decimal 6 129 137 0.96 0.06 0 0.46 183.66 0.92 0.28
Hex 6 81 89 60 6 0 2E B8 5C 1C
Octal 6 201 211 140 6 0 56 270 134 34
Binary 110 10000001 10001001 1100000 110 0 101110 10111000 1011100 11100

Color Harmonies of #068189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068189

Black with #068189

Text Example


Text Example

White with #068189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068189; }

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

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

background-color css

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

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

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

border-color css

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

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

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