Html Css Color HEX #06957C Free Speech Aquamarine

📋 copy color: '#06957C'

red 6 ◦ green 149 ◦ blue 124

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

Shades of Free Speech Aquamarine #06957C

Tints of Free Speech Aquamarine #06957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 2.15%
G = 53.41%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#06957C (or 0x06957C) is known color: Free Speech Aquamarine. HEX triplet: 06, 95 and 7C. RGB value is (6,149,124). Sum of RGB (Red+Green+Blue) = 6+149+124=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #06957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06957C is #F96A83. Grayscale: #676767. Windows color (decimal): -16345732 or 8164614. OLE color: 8164614.

HSL color Cylindrical-coordinate representation of color #06957C: hue angle of 169.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06957C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 124 -
CMYK 0.96 0 0.17 0.42
HSL 169.51º 0.92% 0.3% -
HSV(B) 169.51º 0.96% 0.58% -
XYZ 14.46 22.99 22.74 -
YUV 103.39 139.62 58.53 -
System Red Green Blue C M Y K H S L
Decimal 6 149 124 0.96 0 0.17 0.42 169.51 0.92 0.3
Hex 6 95 7C 60 0 11 2A AA 5C 1E
Octal 6 225 174 140 0 21 52 252 134 36
Binary 110 10010101 1111100 1100000 0 10001 101010 10101010 1011100 11110

Color Harmonies of #06957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06957C

Black with #06957C

Text Example


Text Example

White with #06957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,149,124); }

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

background-color css

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

 a { background-color: rgb(6,149,124); }

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

border-color css

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

 span { border-color: rgb(6,149,124); }

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