Html Css Color HEX #067D8D Teal

📋 copy color: '#067D8D'

red 6 ◦ green 125 ◦ blue 141

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

Shades of Teal #067D8D

Tints of Teal #067D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.84%

R = 2.21%
G = 45.96%
B = 51.84%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#067D8D (or 0x067D8D) is known color: Teal. HEX triplet: 06, 7D and 8D. RGB value is (6,125,141). Sum of RGB (Red+Green+Blue) = 6+125+141=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #067D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D8D is #F98272. Grayscale: #5B5B5B. Windows color (decimal): -16351859 or 9272582. OLE color: 9272582.

HSL color Cylindrical-coordinate representation of color #067D8D: hue angle of 187.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067D8D is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 125 141 -
CMYK 0.96 0.11 0 0.45
HSL 187.11º 0.92% 0.29% -
HSV(B) 187.11º 0.96% 0.55% -
XYZ 12.22 16.63 27.77 -
YUV 91.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 6 125 141 0.96 0.11 0 0.45 187.11 0.92 0.29
Hex 6 7D 8D 60 B 0 2D BB 5C 1D
Octal 6 175 215 140 13 0 55 273 134 35
Binary 110 1111101 10001101 1100000 1011 0 101101 10111011 1011100 11101

Color Harmonies of #067D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067D8D

Black with #067D8D

Text Example


Text Example

White with #067D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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