Html Css Color HEX #06817B Teal

📋 copy color: '#06817B'

red 6 ◦ green 129 ◦ blue 123

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

Shades of Teal #06817B

Tints of Teal #06817B

RGB

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

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

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

R = 2.33%
G = 50%
B = 47.67%

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

#06817B (or 0x06817B) is known color: Teal. HEX triplet: 06, 81 and 7B. RGB value is (6,129,123). Sum of RGB (Red+Green+Blue) = 6+129+123=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #06817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817B is #F97E84. Grayscale: #5B5B5B. Windows color (decimal): -16350853 or 8093958. OLE color: 8093958.

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

Color convert

RGB 6 129 123 -
CMYK 0.95 0 0.05 0.49
HSL 177.07º 0.91% 0.26% -
HSV(B) 177.07º 0.95% 0.51% -
XYZ 11.5 17.17 21.45 -
YUV 91.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 6 129 123 0.95 0 0.05 0.49 177.07 0.91 0.26
Hex 6 81 7B 5F 0 5 31 B1 5B 1A
Octal 6 201 173 137 0 5 61 261 133 32
Binary 110 10000001 1111011 1011111 0 101 110001 10110001 1011011 11010

Color Harmonies of #06817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06817B

Black with #06817B

Text Example


Text Example

White with #06817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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