Html Css Color HEX #006F83 Teal

📋 copy color: '#006F83'

red 0 ◦ green 111 ◦ blue 131

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

Shades of Teal #006F83

Tints of Teal #006F83

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 45.87%

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 0%
G = 45.87%
B = 54.13%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#006F83 (or 0x006F83) is known color: Teal. HEX triplet: 00, 6F and 83. RGB value is (0,111,131). Sum of RGB (Red+Green+Blue) = 0+111+131=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #006F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F83 is #FF907C. Grayscale: #4F4F4F. Windows color (decimal): -16748669 or 8613632. OLE color: 8613632.

HSL color Cylindrical-coordinate representation of color #006F83: hue angle of 189.16º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F83 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 111 131 -
CMYK 1 0.15 0 0.49
HSL 189.16º 1% 0.26% -
HSV(B) 189.16º 1% 0.51% -
XYZ 9.78 13.01 23.47 -
YUV 80.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 0 111 131 1 0.15 0 0.49 189.16 1 0.26
Hex 0 6F 83 64 F 0 31 BD 64 1A
Octal 0 157 203 144 17 0 61 275 144 32
Binary 0 1101111 10000011 1100100 1111 0 110001 10111101 1100100 11010

Color Harmonies of #006F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F83

Black with #006F83

Text Example


Text Example

White with #006F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F83; }

 p { color: rgb(0,111,131); }

 H1.HeaderClassName
 {
   color: #006F83;
 }
 .AnyTagClassName
 {
   color: #006F83;
 }
</style>

background-color css

<style>
 a { background-color: #006F83; }

 a { background-color: rgb(0,111,131); }

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

border-color css

<style>
 span { border-color: #006F83; }

 span { border-color: rgb(0,111,131); }

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