Html Css Color HEX #06986C Free Speech Aquamarine

📋 copy color: '#06986C'

red 6 ◦ green 152 ◦ blue 108

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

Shades of Free Speech Aquamarine #06986C

Tints of Free Speech Aquamarine #06986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.14%

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 2.26%
G = 57.14%
B = 40.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#06986C (or 0x06986C) is known color: Free Speech Aquamarine. HEX triplet: 06, 98 and 6C. RGB value is (6,152,108). Sum of RGB (Red+Green+Blue) = 6+152+108=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #06986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06986C is #F96793. Grayscale: #676767. Windows color (decimal): -16344980 or 7116806. OLE color: 7116806.

HSL color Cylindrical-coordinate representation of color #06986C: hue angle of 161.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06986C is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 108 -
CMYK 0.96 0 0.29 0.40
HSL 161.92º 0.92% 0.31% -
HSV(B) 161.92º 0.96% 0.6% -
XYZ 14.01 23.58 18 -
YUV 103.33 130.63 58.58 -
System Red Green Blue C M Y K H S L
Decimal 6 152 108 0.96 0 0.29 0.40 161.92 0.92 0.31
Hex 6 98 6C 60 0 1D 28 A2 5C 1F
Octal 6 230 154 140 0 35 50 242 134 37
Binary 110 10011000 1101100 1100000 0 11101 101000 10100010 1011100 11111

Color Harmonies of #06986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06986C

Black with #06986C

Text Example


Text Example

White with #06986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06986C; }

 p { color: rgb(6,152,108); }

 H1.HeaderClassName
 {
   color: #06986C;
 }
 .AnyTagClassName
 {
   color: #06986C;
 }
</style>

background-color css

<style>
 a { background-color: #06986C; }

 a { background-color: rgb(6,152,108); }

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

border-color css

<style>
 span { border-color: #06986C; }

 span { border-color: rgb(6,152,108); }

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