Html Css Color HEX #067983 Teal

📋 copy color: '#067983'

red 6 ◦ green 121 ◦ blue 131

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

Shades of Teal #067983

Tints of Teal #067983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

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

R = 2.33%
G = 46.9%
B = 50.78%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067983 (or 0x067983) is known color: Teal. HEX triplet: 06, 79 and 83. RGB value is (6,121,131). Sum of RGB (Red+Green+Blue) = 6+121+131=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #067983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067983 is #F9867C. Grayscale: #575757. Windows color (decimal): -16352893 or 8616198. OLE color: 8616198.

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

Color convert

RGB 6 121 131 -
CMYK 0.95 0.08 0 0.49
HSL 184.8º 0.91% 0.27% -
HSV(B) 184.8º 0.95% 0.51% -
XYZ 11.01 15.35 23.86 -
YUV 87.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 6 121 131 0.95 0.08 0 0.49 184.8 0.91 0.27
Hex 6 79 83 5F 8 0 31 B9 5B 1B
Octal 6 171 203 137 10 0 61 271 133 33
Binary 110 1111001 10000011 1011111 1000 0 110001 10111001 1011011 11011

Color Harmonies of #067983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067983

Black with #067983

Text Example


Text Example

White with #067983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067983; }

 p { color: rgb(6,121,131); }

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

background-color css

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

 a { background-color: rgb(6,121,131); }

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

border-color css

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

 span { border-color: rgb(6,121,131); }

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