Html Css Color HEX #00996F Free Speech Aquamarine

📋 copy color: '#00996F'

red 0 ◦ green 153 ◦ blue 111

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

Shades of Free Speech Aquamarine #00996F

Tints of Free Speech Aquamarine #00996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.95%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 0%
G = 57.95%
B = 42.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#00996F (or 0x00996F) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 6F. RGB value is (0,153,111). Sum of RGB (Red+Green+Blue) = 0+153+111=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #00996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996F is #FF6690. Grayscale: #666666. Windows color (decimal): -16737937 or 7313664. OLE color: 7313664.

HSL color Cylindrical-coordinate representation of color #00996F: hue angle of 163.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00996F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 111 -
CMYK 1 0 0.27 0.4
HSL 163.53º 1% 0.3% -
HSV(B) 163.53º 1% 0.6% -
XYZ 14.26 23.93 18.91 -
YUV 102.47 132.81 54.92 -
System Red Green Blue C M Y K H S L
Decimal 0 153 111 1 0 0.27 0.4 163.53 1 0.3
Hex 0 99 6F 64 0 1B 28 A4 64 1E
Octal 0 231 157 144 0 33 50 244 144 36
Binary 0 10011001 1101111 1100100 0 11011 101000 10100100 1100100 11110

Color Harmonies of #00996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00996F

Black with #00996F

Text Example


Text Example

White with #00996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00996F; }

 p { color: rgb(0,153,111); }

 H1.HeaderClassName
 {
   color: #00996F;
 }
 .AnyTagClassName
 {
   color: #00996F;
 }
</style>

background-color css

<style>
 a { background-color: #00996F; }

 a { background-color: rgb(0,153,111); }

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

border-color css

<style>
 span { border-color: #00996F; }

 span { border-color: rgb(0,153,111); }

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