Html Css Color HEX #068E8C Dark Cyan

📋 copy color: '#068E8C'

red 6 ◦ green 142 ◦ blue 140

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

Shades of Dark Cyan #068E8C

Tints of Dark Cyan #068E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.31%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 2.08%
G = 49.31%
B = 48.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#068E8C (or 0x068E8C) is known color: Dark Cyan. HEX triplet: 06, 8E and 8C. RGB value is (6,142,140). Sum of RGB (Red+Green+Blue) = 6+142+140=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #068E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E8C is #F97173. Grayscale: #646464. Windows color (decimal): -16347508 or 9211398. OLE color: 9211398.

HSL color Cylindrical-coordinate representation of color #068E8C: hue angle of 179.12º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E8C is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 140 -
CMYK 0.96 0 0.01 0.44
HSL 179.12º 0.92% 0.29% -
HSV(B) 179.12º 0.96% 0.56% -
XYZ 14.48 21.28 28.15 -
YUV 101.11 149.94 60.16 -
System Red Green Blue C M Y K H S L
Decimal 6 142 140 0.96 0 0.01 0.44 179.12 0.92 0.29
Hex 6 8E 8C 60 0 1 2C B3 5C 1D
Octal 6 216 214 140 0 1 54 263 134 35
Binary 110 10001110 10001100 1100000 0 1 101100 10110011 1011100 11101

Color Harmonies of #068E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E8C

Black with #068E8C

Text Example


Text Example

White with #068E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068E8C; }

 p { color: rgb(6,142,140); }

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

background-color css

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

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

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

border-color css

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

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

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