Html Css Color HEX #067288 Teal

📋 copy color: '#067288'

red 6 ◦ green 114 ◦ blue 136

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

Shades of Teal #067288

Tints of Teal #067288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

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

R = 2.34%
G = 44.53%
B = 53.13%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067288 (or 0x067288) is known color: Teal. HEX triplet: 06, 72 and 88. RGB value is (6,114,136). Sum of RGB (Red+Green+Blue) = 6+114+136=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #067288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067288 is #F98D77. Grayscale: #545454. Windows color (decimal): -16354680 or 8942086. OLE color: 8942086.

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

Color convert

RGB 6 114 136 -
CMYK 0.96 0.16 0 0.47
HSL 190.15º 0.92% 0.28% -
HSV(B) 190.15º 0.96% 0.53% -
XYZ 10.54 13.85 25.41 -
YUV 84.22 157.22 72.21 -
System Red Green Blue C M Y K H S L
Decimal 6 114 136 0.96 0.16 0 0.47 190.15 0.92 0.28
Hex 6 72 88 60 10 0 2F BE 5C 1C
Octal 6 162 210 140 20 0 57 276 134 34
Binary 110 1110010 10001000 1100000 10000 0 101111 10111110 1011100 11100

Color Harmonies of #067288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067288

Black with #067288

Text Example


Text Example

White with #067288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067288; }

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

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

background-color css

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

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

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

border-color css

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

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

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