Html Css Color HEX #068282 Teal

📋 copy color: '#068282'

red 6 ◦ green 130 ◦ blue 130

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

Shades of Teal #068282

Tints of Teal #068282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 2.26%
G = 48.87%
B = 48.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#068282 (or 0x068282) is known color: Teal. HEX triplet: 06, 82 and 82. RGB value is (6,130,130). Sum of RGB (Red+Green+Blue) = 6+130+130=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #068282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068282 is #F97D7D. Grayscale: #5C5C5C. Windows color (decimal): -16350590 or 8552966. OLE color: 8552966.

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

Color convert

RGB 6 130 130 -
CMYK 0.95 0 0 0.49
HSL 180º 0.91% 0.27% -
HSV(B) 180º 0.95% 0.51% -
XYZ 12.09 17.62 23.88 -
YUV 92.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 6 130 130 0.95 0 0 0.49 180 0.91 0.27
Hex 6 82 82 5F 0 0 31 B4 5B 1B
Octal 6 202 202 137 0 0 61 264 133 33
Binary 110 10000010 10000010 1011111 0 0 110001 10110100 1011011 11011

Color Harmonies of #068282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068282

Black with #068282

Text Example


Text Example

White with #068282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068282; }

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

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

background-color css

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

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

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

border-color css

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

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

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