Html Css Color HEX #068183 Teal

📋 copy color: '#068183'

red 6 ◦ green 129 ◦ blue 131

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

Shades of Teal #068183

Tints of Teal #068183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

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

R = 2.26%
G = 48.5%
B = 49.25%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#068183 (or 0x068183) is known color: Teal. HEX triplet: 06, 81 and 83. RGB value is (6,129,131). Sum of RGB (Red+Green+Blue) = 6+129+131=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #068183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068183 is #F97E7C. Grayscale: #5C5C5C. Windows color (decimal): -16350845 or 8618246. OLE color: 8618246.

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

Color convert

RGB 6 129 131 -
CMYK 0.95 0.02 0 0.49
HSL 180.96º 0.91% 0.27% -
HSV(B) 180.96º 0.95% 0.51% -
XYZ 12.02 17.38 24.19 -
YUV 92.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 6 129 131 0.95 0.02 0 0.49 180.96 0.91 0.27
Hex 6 81 83 5F 2 0 31 B5 5B 1B
Octal 6 201 203 137 2 0 61 265 133 33
Binary 110 10000001 10000011 1011111 10 0 110001 10110101 1011011 11011

Color Harmonies of #068183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068183

Black with #068183

Text Example


Text Example

White with #068183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068183; }

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

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

background-color css

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

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

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

border-color css

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

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

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