Html Css Color HEX #067181 Teal

📋 copy color: '#067181'

red 6 ◦ green 113 ◦ blue 129

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

Shades of Teal #067181

Tints of Teal #067181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 2.42%
G = 45.56%
B = 52.02%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067181 (or 0x067181) is known color: Teal. HEX triplet: 06, 71 and 81. RGB value is (6,113,129). Sum of RGB (Red+Green+Blue) = 6+113+129=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #067181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067181 is #F98E7E. Grayscale: #525252. Windows color (decimal): -16354943 or 8483078. OLE color: 8483078.

HSL color Cylindrical-coordinate representation of color #067181: hue angle of 187.8º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067181 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 113 129 -
CMYK 0.95 0.12 0 0.49
HSL 187.8º 0.91% 0.26% -
HSV(B) 187.8º 0.95% 0.51% -
XYZ 9.94 13.43 22.84 -
YUV 82.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 6 113 129 0.95 0.12 0 0.49 187.8 0.91 0.26
Hex 6 71 81 5F C 0 31 BC 5B 1A
Octal 6 161 201 137 14 0 61 274 133 32
Binary 110 1110001 10000001 1011111 1100 0 110001 10111100 1011011 11010

Color Harmonies of #067181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067181

Black with #067181

Text Example


Text Example

White with #067181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067181; }

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

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

background-color css

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

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

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

border-color css

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

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

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