Html Css Color HEX #067582 Teal

📋 copy color: '#067582'

red 6 ◦ green 117 ◦ blue 130

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

Shades of Teal #067582

Tints of Teal #067582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 2.37%
G = 46.25%
B = 51.38%

CMYK

 C value IS 0.95

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067582 (or 0x067582) is known color: Teal. HEX triplet: 06, 75 and 82. RGB value is (6,117,130). Sum of RGB (Red+Green+Blue) = 6+117+130=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #067582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067582 is #F98A7D. Grayscale: #555555. Windows color (decimal): -16353918 or 8549638. OLE color: 8549638.

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

Color convert

RGB 6 117 130 -
CMYK 0.95 0.1 0 0.49
HSL 186.29º 0.91% 0.27% -
HSV(B) 186.29º 0.95% 0.51% -
XYZ 10.47 14.37 23.34 -
YUV 85.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 6 117 130 0.95 0.1 0 0.49 186.29 0.91 0.27
Hex 6 75 82 5F A 0 31 BA 5B 1B
Octal 6 165 202 137 12 0 61 272 133 33
Binary 110 1110101 10000010 1011111 1010 0 110001 10111010 1011011 11011

Color Harmonies of #067582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067582

Black with #067582

Text Example


Text Example

White with #067582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067582; }

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

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

background-color css

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

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

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

border-color css

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

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

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