Html Css Color HEX #067B7F Teal

📋 copy color: '#067B7F'

red 6 ◦ green 123 ◦ blue 127

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

Shades of Teal #067B7F

Tints of Teal #067B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 2.34%
G = 48.05%
B = 49.61%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#067B7F (or 0x067B7F) is known color: Teal. HEX triplet: 06, 7B and 7F. RGB value is (6,123,127). Sum of RGB (Red+Green+Blue) = 6+123+127=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #067B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B7F is #F98480. Grayscale: #585858. Windows color (decimal): -16352385 or 8354566. OLE color: 8354566.

HSL color Cylindrical-coordinate representation of color #067B7F: hue angle of 181.98º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B7F is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 123 127 -
CMYK 0.95 0.03 0 0.50
HSL 181.98º 0.91% 0.26% -
HSV(B) 181.98º 0.95% 0.5% -
XYZ 10.99 15.74 22.54 -
YUV 88.47 149.74 69.17 -
System Red Green Blue C M Y K H S L
Decimal 6 123 127 0.95 0.03 0 0.50 181.98 0.91 0.26
Hex 6 7B 7F 5F 3 0 32 B6 5B 1A
Octal 6 173 177 137 3 0 62 266 133 32
Binary 110 1111011 1111111 1011111 11 0 110010 10110110 1011011 11010

Color Harmonies of #067B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B7F

Black with #067B7F

Text Example


Text Example

White with #067B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,123,127); }

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

background-color css

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

 a { background-color: rgb(6,123,127); }

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

border-color css

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

 span { border-color: rgb(6,123,127); }

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