Html Css Color HEX #06817C Teal

📋 copy color: '#06817C'

red 6 ◦ green 129 ◦ blue 124

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

Shades of Teal #06817C

Tints of Teal #06817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.81%

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

R = 2.32%
G = 49.81%
B = 47.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#06817C (or 0x06817C) is known color: Teal. HEX triplet: 06, 81 and 7C. RGB value is (6,129,124). Sum of RGB (Red+Green+Blue) = 6+129+124=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #06817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817C is #F97E83. Grayscale: #5B5B5B. Windows color (decimal): -16350852 or 8159494. OLE color: 8159494.

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

Color convert

RGB 6 129 124 -
CMYK 0.95 0 0.04 0.49
HSL 177.56º 0.91% 0.26% -
HSV(B) 177.56º 0.95% 0.51% -
XYZ 11.56 17.19 21.78 -
YUV 91.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 6 129 124 0.95 0 0.04 0.49 177.56 0.91 0.26
Hex 6 81 7C 5F 0 4 31 B2 5B 1A
Octal 6 201 174 137 0 4 61 262 133 32
Binary 110 10000001 1111100 1011111 0 100 110001 10110010 1011011 11010

Color Harmonies of #06817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06817C

Black with #06817C

Text Example


Text Example

White with #06817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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