Html Css Color HEX #068E7F Dark Cyan

📋 copy color: '#068E7F'

red 6 ◦ green 142 ◦ blue 127

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

Shades of Dark Cyan #068E7F

Tints of Dark Cyan #068E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 2.18%
G = 51.64%
B = 46.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#068E7F (or 0x068E7F) is known color: Dark Cyan. HEX triplet: 06, 8E and 7F. RGB value is (6,142,127). Sum of RGB (Red+Green+Blue) = 6+142+127=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7F is #F97180. Grayscale: #636363. Windows color (decimal): -16347521 or 8359430. OLE color: 8359430.

HSL color Cylindrical-coordinate representation of color #068E7F: hue angle of 173.38º 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 #068E7F is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 127 -
CMYK 0.96 0 0.11 0.44
HSL 173.38º 0.92% 0.29% -
HSV(B) 173.38º 0.96% 0.56% -
XYZ 13.58 20.92 23.4 -
YUV 99.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 6 142 127 0.96 0 0.11 0.44 173.38 0.92 0.29
Hex 6 8E 7F 60 0 B 2C AD 5C 1D
Octal 6 216 177 140 0 13 54 255 134 35
Binary 110 10001110 1111111 1100000 0 1011 101100 10101101 1011100 11101

Color Harmonies of #068E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E7F

Black with #068E7F

Text Example


Text Example

White with #068E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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