Html Css Color HEX #06827E Teal

📋 copy color: '#06827E'

red 6 ◦ green 130 ◦ blue 126

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

Shades of Teal #06827E

Tints of Teal #06827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.09%

R = 2.29%
G = 49.62%
B = 48.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#06827E (or 0x06827E) is known color: Teal. HEX triplet: 06, 82 and 7E. RGB value is (6,130,126). Sum of RGB (Red+Green+Blue) = 6+130+126=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #06827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06827E is #F97D81. Grayscale: #5C5C5C. Windows color (decimal): -16350594 or 8290822. OLE color: 8290822.

HSL color Cylindrical-coordinate representation of color #06827E: hue angle of 178.06º 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 #06827E is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 126 -
CMYK 0.95 0 0.03 0.49
HSL 178.06º 0.91% 0.27% -
HSV(B) 178.06º 0.95% 0.51% -
XYZ 11.82 17.51 22.5 -
YUV 92.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 6 130 126 0.95 0 0.03 0.49 178.06 0.91 0.27
Hex 6 82 7E 5F 0 3 31 B2 5B 1B
Octal 6 202 176 137 0 3 61 262 133 33
Binary 110 10000010 1111110 1011111 0 11 110001 10110010 1011011 11011

Color Harmonies of #06827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06827E

Black with #06827E

Text Example


Text Example

White with #06827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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