#00997D

Color #00997D Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #00997D

Tints of Free Speech Aquamarine #00997D

Color information

#00997D (or 0x00997D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 7D. RGB value is (0,153,125). Sum of RGB (Red+Green+Blue) = 0+153+125=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #00997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00997D is #FF6682. Grayscale: #686868. Windows color (decimal): -16737923 or 8231168. OLE color: 8231168.

HSL color Cylindrical-coordinate representation of color #00997D: hue angle of 169.02º 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 #00997D is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB0153125-
CMYK100.180.4
HSL169.02º100%30%-
HSV(B)169.02º100%60%-
XYZ15.0924.2623.29-
YUV104.06139.8153.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=0%
G=55.04%
B=44.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153125100.180.4169.0210030
Hex0997D6401228a9641e
Octal02311751440225025114436
Binary0100110011111101110010001001010100010101001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00997D; }

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

 H1.HeaderClassName
 {
   color: #00997D;
 }
 .AnyTagClassName
 {
   color: #00997D;
 }
</style>
background-color css

<style>
 a { background-color: #00997D; }

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

 div.DivClassName
 {
   background-color: #00997D;
 }
 .BgClassName
 {
   background-color: #00997D;
 }
</style>
border-color css

<style>
 span { border-color: #00997D; }

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

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