Html Css Color HEX #06817D Teal

📋 copy color: '#06817D'

red 6 ◦ green 129 ◦ blue 125

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

Shades of Teal #06817D

Tints of Teal #06817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 2.31%
G = 49.62%
B = 48.08%

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

#06817D (or 0x06817D) is known color: Teal. HEX triplet: 06, 81 and 7D. RGB value is (6,129,125). Sum of RGB (Red+Green+Blue) = 6+129+125=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #06817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817D is #F97E82. Grayscale: #5B5B5B. Windows color (decimal): -16350851 or 8225030. OLE color: 8225030.

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

Color convert

RGB 6 129 125 -
CMYK 0.95 0 0.03 0.49
HSL 178.05º 0.91% 0.26% -
HSV(B) 178.05º 0.95% 0.51% -
XYZ 11.63 17.22 22.11 -
YUV 91.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 6 129 125 0.95 0 0.03 0.49 178.05 0.91 0.26
Hex 6 81 7D 5F 0 3 31 B2 5B 1A
Octal 6 201 175 137 0 3 61 262 133 32
Binary 110 10000001 1111101 1011111 0 11 110001 10110010 1011011 11010

Color Harmonies of #06817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06817D

Black with #06817D

Text Example


Text Example

White with #06817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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