Html Css Color HEX #067587 Teal

📋 copy color: '#067587'

red 6 ◦ green 117 ◦ blue 135

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

Shades of Teal #067587

Tints of Teal #067587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.33%

R = 2.33%
G = 45.35%
B = 52.33%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067587 (or 0x067587) is known color: Teal. HEX triplet: 06, 75 and 87. RGB value is (6,117,135). Sum of RGB (Red+Green+Blue) = 6+117+135=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #067587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067587 is #F98A78. Grayscale: #555555. Windows color (decimal): -16353913 or 8877318. OLE color: 8877318.

HSL color Cylindrical-coordinate representation of color #067587: hue angle of 188.37º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067587 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 117 135 -
CMYK 0.96 0.13 0 0.47
HSL 188.37º 0.91% 0.28% -
HSV(B) 188.37º 0.96% 0.53% -
XYZ 10.81 14.51 25.15 -
YUV 85.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 6 117 135 0.96 0.13 0 0.47 188.37 0.91 0.28
Hex 6 75 87 60 D 0 2F BC 5B 1C
Octal 6 165 207 140 15 0 57 274 133 34
Binary 110 1110101 10000111 1100000 1101 0 101111 10111100 1011011 11100

Color Harmonies of #067587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067587

Black with #067587

Text Example


Text Example

White with #067587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067587; }

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

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

background-color css

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

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

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

border-color css

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

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

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