Html Css Color HEX #067588 Teal

📋 copy color: '#067588'

red 6 ◦ green 117 ◦ blue 136

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

Shades of Teal #067588

Tints of Teal #067588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 2.32%
G = 45.17%
B = 52.51%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067588 (or 0x067588) is known color: Teal. HEX triplet: 06, 75 and 88. RGB value is (6,117,136). Sum of RGB (Red+Green+Blue) = 6+117+136=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #067588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067588 is #F98A77. Grayscale: #555555. Windows color (decimal): -16353912 or 8942854. OLE color: 8942854.

HSL color Cylindrical-coordinate representation of color #067588: hue angle of 188.77º degrees, saturation: 0.92, 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 #067588 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 117 136 -
CMYK 0.96 0.14 0 0.47
HSL 188.77º 0.92% 0.28% -
HSV(B) 188.77º 0.96% 0.53% -
XYZ 10.88 14.54 25.53 -
YUV 85.98 156.23 70.96 -
System Red Green Blue C M Y K H S L
Decimal 6 117 136 0.96 0.14 0 0.47 188.77 0.92 0.28
Hex 6 75 88 60 E 0 2F BD 5C 1C
Octal 6 165 210 140 16 0 57 275 134 34
Binary 110 1110101 10001000 1100000 1110 0 101111 10111101 1011100 11100

Color Harmonies of #067588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067588

Black with #067588

Text Example


Text Example

White with #067588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067588; }

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

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

background-color css

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

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

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

border-color css

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

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

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