Html Css Color HEX #067D88 Teal

📋 copy color: '#067D88'

red 6 ◦ green 125 ◦ blue 136

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

Shades of Teal #067D88

Tints of Teal #067D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.82%

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

R = 2.25%
G = 46.82%
B = 50.94%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067D88 (or 0x067D88) is known color: Teal. HEX triplet: 06, 7D and 88. RGB value is (6,125,136). Sum of RGB (Red+Green+Blue) = 6+125+136=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #067D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D88 is #F98277. Grayscale: #5A5A5A. Windows color (decimal): -16351864 or 8944902. OLE color: 8944902.

HSL color Cylindrical-coordinate representation of color #067D88: hue angle of 185.08º 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 #067D88 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 125 136 -
CMYK 0.96 0.08 0 0.47
HSL 185.08º 0.92% 0.28% -
HSV(B) 185.08º 0.96% 0.53% -
XYZ 11.85 16.48 25.85 -
YUV 90.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 6 125 136 0.96 0.08 0 0.47 185.08 0.92 0.28
Hex 6 7D 88 60 8 0 2F B9 5C 1C
Octal 6 175 210 140 10 0 57 271 134 34
Binary 110 1111101 10001000 1100000 1000 0 101111 10111001 1011100 11100

Color Harmonies of #067D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067D88

Black with #067D88

Text Example


Text Example

White with #067D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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