Html Css Color HEX #068C7F Dark Cyan

📋 copy color: '#068C7F'

red 6 ◦ green 140 ◦ blue 127

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

Shades of Dark Cyan #068C7F

Tints of Dark Cyan #068C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.28%

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

R = 2.2%
G = 51.28%
B = 46.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#068C7F (or 0x068C7F) is known color: Dark Cyan. HEX triplet: 06, 8C and 7F. RGB value is (6,140,127). Sum of RGB (Red+Green+Blue) = 6+140+127=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #068C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C7F is #F97380. Grayscale: #626262. Windows color (decimal): -16348033 or 8358918. OLE color: 8358918.

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

Color convert

RGB 6 140 127 -
CMYK 0.96 0 0.09 0.45
HSL 174.18º 0.92% 0.29% -
HSV(B) 174.18º 0.96% 0.55% -
XYZ 13.28 20.33 23.3 -
YUV 98.45 144.11 62.06 -
System Red Green Blue C M Y K H S L
Decimal 6 140 127 0.96 0 0.09 0.45 174.18 0.92 0.29
Hex 6 8C 7F 60 0 9 2D AE 5C 1D
Octal 6 214 177 140 0 11 55 256 134 35
Binary 110 10001100 1111111 1100000 0 1001 101101 10101110 1011100 11101

Color Harmonies of #068C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C7F

Black with #068C7F

Text Example


Text Example

White with #068C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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