Html Css Color HEX #00967C Free Speech Aquamarine

📋 copy color: '#00967C'

red 0 ◦ green 150 ◦ blue 124

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

Shades of Free Speech Aquamarine #00967C

Tints of Free Speech Aquamarine #00967C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 150 (58.98% from 255) = 54.74%

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

R = 0%
G = 54.74%
B = 45.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#00967C (or 0x00967C) is known color: Free Speech Aquamarine. HEX triplet: 00, 96 and 7C. RGB value is (0,150,124). Sum of RGB (Red+Green+Blue) = 0+150+124=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #00967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00967C is #FF6983. Grayscale: #666666. Windows color (decimal): -16738692 or 8164864. OLE color: 8164864.

HSL color Cylindrical-coordinate representation of color #00967C: hue angle of 169.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00967C is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 124 -
CMYK 1 0 0.17 0.41
HSL 169.6º 1% 0.29% -
HSV(B) 169.6º 1% 0.59% -
XYZ 14.54 23.27 22.79 -
YUV 102.19 140.31 55.11 -
System Red Green Blue C M Y K H S L
Decimal 0 150 124 1 0 0.17 0.41 169.6 1 0.29
Hex 0 96 7C 64 0 11 29 AA 64 1D
Octal 0 226 174 144 0 21 51 252 144 35
Binary 0 10010110 1111100 1100100 0 10001 101001 10101010 1100100 11101

Color Harmonies of #00967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00967C

Black with #00967C

Text Example


Text Example

White with #00967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,150,124); }

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

background-color css

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

 a { background-color: rgb(0,150,124); }

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

border-color css

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

 span { border-color: rgb(0,150,124); }

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