Html Css Color HEX #06827C Teal

📋 copy color: '#06827C'

red 6 ◦ green 130 ◦ blue 124

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

Shades of Teal #06827C

Tints of Teal #06827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 2.31%
G = 50%
B = 47.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#06827C (or 0x06827C) is known color: Teal. HEX triplet: 06, 82 and 7C. RGB value is (6,130,124). Sum of RGB (Red+Green+Blue) = 6+130+124=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #06827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06827C is #F97D83. Grayscale: #5C5C5C. Windows color (decimal): -16350596 or 8159750. OLE color: 8159750.

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

Color convert

RGB 6 130 124 -
CMYK 0.95 0 0.05 0.49
HSL 177.1º 0.91% 0.27% -
HSV(B) 177.1º 0.95% 0.51% -
XYZ 11.7 17.46 21.82 -
YUV 92.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 6 130 124 0.95 0 0.05 0.49 177.1 0.91 0.27
Hex 6 82 7C 5F 0 5 31 B1 5B 1B
Octal 6 202 174 137 0 5 61 261 133 33
Binary 110 10000010 1111100 1011111 0 101 110001 10110001 1011011 11011

Color Harmonies of #06827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06827C

Black with #06827C

Text Example


Text Example

White with #06827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06827C; }

 p { color: rgb(6,130,124); }

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

background-color css

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

 a { background-color: rgb(6,130,124); }

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

border-color css

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

 span { border-color: rgb(6,130,124); }

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