Html Css Color HEX #068581 Teal

📋 copy color: '#068581'

red 6 ◦ green 133 ◦ blue 129

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

Shades of Teal #068581

Tints of Teal #068581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 2.24%
G = 49.63%
B = 48.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#068581 (or 0x068581) is known color: Teal. HEX triplet: 06, 85 and 81. RGB value is (6,133,129). Sum of RGB (Red+Green+Blue) = 6+133+129=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #068581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068581 is #F97A7E. Grayscale: #5E5E5E. Windows color (decimal): -16349823 or 8488198. OLE color: 8488198.

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

Color convert

RGB 6 133 129 -
CMYK 0.95 0 0.03 0.48
HSL 178.11º 0.91% 0.27% -
HSV(B) 178.11º 0.95% 0.52% -
XYZ 12.43 18.4 23.67 -
YUV 94.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 6 133 129 0.95 0 0.03 0.48 178.11 0.91 0.27
Hex 6 85 81 5F 0 3 30 B2 5B 1B
Octal 6 205 201 137 0 3 60 262 133 33
Binary 110 10000101 10000001 1011111 0 11 110000 10110010 1011011 11011

Color Harmonies of #068581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068581

Black with #068581

Text Example


Text Example

White with #068581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068581; }

 p { color: rgb(6,133,129); }

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

background-color css

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

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

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

border-color css

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

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

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