Html Css Color HEX #06918A Dark Cyan

📋 copy color: '#06918A'

red 6 ◦ green 145 ◦ blue 138

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

Shades of Dark Cyan #06918A

Tints of Dark Cyan #06918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

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

R = 2.08%
G = 50.17%
B = 47.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#06918A (or 0x06918A) is known color: Dark Cyan. HEX triplet: 06, 91 and 8A. RGB value is (6,145,138). Sum of RGB (Red+Green+Blue) = 6+145+138=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #06918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06918A is #F96E75. Grayscale: #666666. Windows color (decimal): -16346742 or 9081094. OLE color: 9081094.

HSL color Cylindrical-coordinate representation of color #06918A: hue angle of 176.98º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06918A is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 138 -
CMYK 0.96 0 0.05 0.43
HSL 176.98º 0.92% 0.3% -
HSV(B) 176.98º 0.96% 0.57% -
XYZ 14.79 22.12 27.54 -
YUV 102.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 6 145 138 0.96 0 0.05 0.43 176.98 0.92 0.3
Hex 6 91 8A 60 0 5 2B B1 5C 1E
Octal 6 221 212 140 0 5 53 261 134 36
Binary 110 10010001 10001010 1100000 0 101 101011 10110001 1011100 11110

Color Harmonies of #06918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06918A

Black with #06918A

Text Example


Text Example

White with #06918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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