Html Css Color HEX #06978A Dark Cyan

📋 copy color: '#06978A'

red 6 ◦ green 151 ◦ blue 138

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

Shades of Dark Cyan #06978A

Tints of Dark Cyan #06978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 2.03%
G = 51.19%
B = 46.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#06978A (or 0x06978A) is known color: Dark Cyan. HEX triplet: 06, 97 and 8A. RGB value is (6,151,138). Sum of RGB (Red+Green+Blue) = 6+151+138=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #06978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06978A is #F96875. Grayscale: #6A6A6A. Windows color (decimal): -16345206 or 9082630. OLE color: 9082630.

HSL color Cylindrical-coordinate representation of color #06978A: hue angle of 174.62º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06978A is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 151 138 -
CMYK 0.96 0 0.09 0.41
HSL 174.62º 0.92% 0.31% -
HSV(B) 174.62º 0.96% 0.59% -
XYZ 15.73 24.01 27.85 -
YUV 106.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 6 151 138 0.96 0 0.09 0.41 174.62 0.92 0.31
Hex 6 97 8A 60 0 9 29 AF 5C 1F
Octal 6 227 212 140 0 11 51 257 134 37
Binary 110 10010111 10001010 1100000 0 1001 101001 10101111 1011100 11111

Color Harmonies of #06978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06978A

Black with #06978A

Text Example


Text Example

White with #06978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06978A; }

 p { color: rgb(6,151,138); }

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

background-color css

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

 a { background-color: rgb(6,151,138); }

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

border-color css

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

 span { border-color: rgb(6,151,138); }

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