Html Css Color HEX #06847B Teal

📋 copy color: '#06847B'

red 6 ◦ green 132 ◦ blue 123

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

Shades of Teal #06847B

Tints of Teal #06847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 2.3%
G = 50.57%
B = 47.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#06847B (or 0x06847B) is known color: Teal. HEX triplet: 06, 84 and 7B. RGB value is (6,132,123). Sum of RGB (Red+Green+Blue) = 6+132+123=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #06847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06847B is #F97B84. Grayscale: #5D5D5D. Windows color (decimal): -16350085 or 8094726. OLE color: 8094726.

HSL color Cylindrical-coordinate representation of color #06847B: hue angle of 175.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06847B is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 123 -
CMYK 0.95 0 0.07 0.48
HSL 175.71º 0.91% 0.27% -
HSV(B) 175.71º 0.95% 0.52% -
XYZ 11.9 17.97 21.58 -
YUV 93.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 6 132 123 0.95 0 0.07 0.48 175.71 0.91 0.27
Hex 6 84 7B 5F 0 7 30 B0 5B 1B
Octal 6 204 173 137 0 7 60 260 133 33
Binary 110 10000100 1111011 1011111 0 111 110000 10110000 1011011 11011

Color Harmonies of #06847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06847B

Black with #06847B

Text Example


Text Example

White with #06847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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