Html Css Color HEX #068D8B Dark Cyan

📋 copy color: '#068D8B'

red 6 ◦ green 141 ◦ blue 139

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

Shades of Dark Cyan #068D8B

Tints of Dark Cyan #068D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.3%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 2.1%
G = 49.3%
B = 48.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#068D8B (or 0x068D8B) is known color: Dark Cyan. HEX triplet: 06, 8D and 8B. RGB value is (6,141,139). Sum of RGB (Red+Green+Blue) = 6+141+139=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #068D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068D8B is #F97274. Grayscale: #646464. Windows color (decimal): -16347765 or 9145606. OLE color: 9145606.

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

Color convert

RGB 6 141 139 -
CMYK 0.96 0 0.01 0.45
HSL 179.11º 0.92% 0.29% -
HSV(B) 179.11º 0.96% 0.55% -
XYZ 14.26 20.95 27.72 -
YUV 100.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 6 141 139 0.96 0 0.01 0.45 179.11 0.92 0.29
Hex 6 8D 8B 60 0 1 2D B3 5C 1D
Octal 6 215 213 140 0 1 55 263 134 35
Binary 110 10001101 10001011 1100000 0 1 101101 10110011 1011100 11101

Color Harmonies of #068D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D8B

Black with #068D8B

Text Example


Text Example

White with #068D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,141,139); }

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

background-color css

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

 a { background-color: rgb(6,141,139); }

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

border-color css

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

 span { border-color: rgb(6,141,139); }

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