Html Css Color HEX #068783 Teal

📋 copy color: '#068783'

red 6 ◦ green 135 ◦ blue 131

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

Shades of Teal #068783

Tints of Teal #068783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 2.21%
G = 49.63%
B = 48.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#068783 (or 0x068783) is known color: Teal. HEX triplet: 06, 87 and 83. RGB value is (6,135,131). Sum of RGB (Red+Green+Blue) = 6+135+131=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #068783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068783 is #F9787C. Grayscale: #5F5F5F. Windows color (decimal): -16349309 or 8619782. OLE color: 8619782.

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

Color convert

RGB 6 135 131 -
CMYK 0.96 0 0.03 0.47
HSL 178.14º 0.91% 0.28% -
HSV(B) 178.14º 0.96% 0.53% -
XYZ 12.84 19.01 24.46 -
YUV 95.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 6 135 131 0.96 0 0.03 0.47 178.14 0.91 0.28
Hex 6 87 83 60 0 3 2F B2 5B 1C
Octal 6 207 203 140 0 3 57 262 133 34
Binary 110 10000111 10000011 1100000 0 11 101111 10110010 1011011 11100

Color Harmonies of #068783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068783

Black with #068783

Text Example


Text Example

White with #068783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068783; }

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

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

background-color css

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

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

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

border-color css

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

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

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