Html Css Color HEX #068384 Teal

📋 copy color: '#068384'

red 6 ◦ green 131 ◦ blue 132

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

Shades of Teal #068384

Tints of Teal #068384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 2.23%
G = 48.7%
B = 49.07%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#068384 (or 0x068384) is known color: Teal. HEX triplet: 06, 83 and 84. RGB value is (6,131,132). Sum of RGB (Red+Green+Blue) = 6+131+132=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #068384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068384 is #F97C7B. Grayscale: #5D5D5D. Windows color (decimal): -16350332 or 8684294. OLE color: 8684294.

HSL color Cylindrical-coordinate representation of color #068384: hue angle of 180.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068384 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 131 132 -
CMYK 0.95 0.01 0 0.48
HSL 180.48º 0.91% 0.27% -
HSV(B) 180.48º 0.95% 0.52% -
XYZ 12.36 17.94 24.64 -
YUV 93.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 6 131 132 0.95 0.01 0 0.48 180.48 0.91 0.27
Hex 6 83 84 5F 1 0 30 B4 5B 1B
Octal 6 203 204 137 1 0 60 264 133 33
Binary 110 10000011 10000100 1011111 1 0 110000 10110100 1011011 11011

Color Harmonies of #068384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068384

Black with #068384

Text Example


Text Example

White with #068384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068384; }

 p { color: rgb(6,131,132); }

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

background-color css

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

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

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

border-color css

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

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

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