Html Css Color HEX #067482 Teal

📋 copy color: '#067482'

red 6 ◦ green 116 ◦ blue 130

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

Shades of Teal #067482

Tints of Teal #067482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 130 (51.17% from 255) = 51.59%

R = 2.38%
G = 46.03%
B = 51.59%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067482 (or 0x067482) is known color: Teal. HEX triplet: 06, 74 and 82. RGB value is (6,116,130). Sum of RGB (Red+Green+Blue) = 6+116+130=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #067482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067482 is #F98B7D. Grayscale: #545454. Windows color (decimal): -16354174 or 8549382. OLE color: 8549382.

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

Color convert

RGB 6 116 130 -
CMYK 0.95 0.11 0 0.49
HSL 186.77º 0.91% 0.27% -
HSV(B) 186.77º 0.95% 0.51% -
XYZ 10.35 14.14 23.3 -
YUV 84.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 6 116 130 0.95 0.11 0 0.49 186.77 0.91 0.27
Hex 6 74 82 5F B 0 31 BB 5B 1B
Octal 6 164 202 137 13 0 61 273 133 33
Binary 110 1110100 10000010 1011111 1011 0 110001 10111011 1011011 11011

Color Harmonies of #067482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067482

Black with #067482

Text Example


Text Example

White with #067482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067482; }

 p { color: rgb(6,116,130); }

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

background-color css

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

 a { background-color: rgb(6,116,130); }

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

border-color css

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

 span { border-color: rgb(6,116,130); }

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