Html Css Color HEX #067888 Teal

📋 copy color: '#067888'

red 6 ◦ green 120 ◦ blue 136

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

Shades of Teal #067888

Tints of Teal #067888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.8%

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

R = 2.29%
G = 45.8%
B = 51.91%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067888 (or 0x067888) is known color: Teal. HEX triplet: 06, 78 and 88. RGB value is (6,120,136). Sum of RGB (Red+Green+Blue) = 6+120+136=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #067888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067888 is #F98777. Grayscale: #575757. Windows color (decimal): -16353144 or 8943622. OLE color: 8943622.

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

Color convert

RGB 6 120 136 -
CMYK 0.96 0.12 0 0.47
HSL 187.38º 0.92% 0.28% -
HSV(B) 187.38º 0.96% 0.53% -
XYZ 11.24 15.25 25.64 -
YUV 87.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 6 120 136 0.96 0.12 0 0.47 187.38 0.92 0.28
Hex 6 78 88 60 C 0 2F BB 5C 1C
Octal 6 170 210 140 14 0 57 273 134 34
Binary 110 1111000 10001000 1100000 1100 0 101111 10111011 1011100 11100

Color Harmonies of #067888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067888

Black with #067888

Text Example


Text Example

White with #067888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067888; }

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

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

background-color css

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

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

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

border-color css

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

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

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