Html Css Color HEX #067788 Teal

📋 copy color: '#067788'

red 6 ◦ green 119 ◦ blue 136

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

Shades of Teal #067788

Tints of Teal #067788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 2.3%
G = 45.59%
B = 52.11%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067788 (or 0x067788) is known color: Teal. HEX triplet: 06, 77 and 88. RGB value is (6,119,136). Sum of RGB (Red+Green+Blue) = 6+119+136=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #067788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067788 is #F98877. Grayscale: #565656. Windows color (decimal): -16353400 or 8943366. OLE color: 8943366.

HSL color Cylindrical-coordinate representation of color #067788: hue angle of 187.85º degrees, saturation: 0.92, 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 #067788 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 119 136 -
CMYK 0.96 0.12 0 0.47
HSL 187.85º 0.92% 0.28% -
HSV(B) 187.85º 0.96% 0.53% -
XYZ 11.12 15.01 25.6 -
YUV 87.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 6 119 136 0.96 0.12 0 0.47 187.85 0.92 0.28
Hex 6 77 88 60 C 0 2F BC 5C 1C
Octal 6 167 210 140 14 0 57 274 134 34
Binary 110 1110111 10001000 1100000 1100 0 101111 10111100 1011100 11100

Color Harmonies of #067788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067788

Black with #067788

Text Example


Text Example

White with #067788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067788; }

 p { color: rgb(6,119,136); }

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

background-color css

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

 a { background-color: rgb(6,119,136); }

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

border-color css

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

 span { border-color: rgb(6,119,136); }

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