Html Css Color HEX #009F7B Free Speech Aquamarine

📋 copy color: '#009F7B'

red 0 ◦ green 159 ◦ blue 123

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

Shades of Free Speech Aquamarine #009F7B

Tints of Free Speech Aquamarine #009F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.38%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 0%
G = 56.38%
B = 43.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#009F7B (or 0x009F7B) is known color: Free Speech Aquamarine. HEX triplet: 00, 9F and 7B. RGB value is (0,159,123). Sum of RGB (Red+Green+Blue) = 0+159+123=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 159 (62.5% from 255 or 56.38% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 159 - color contains mainly: green. Hex color #009F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F7B is #FF6084. Grayscale: #6B6B6B. Windows color (decimal): -16736389 or 8101632. OLE color: 8101632.

HSL color Cylindrical-coordinate representation of color #009F7B: hue angle of 166.42º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F7B is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 159 123 -
CMYK 1 0 0.23 0.38
HSL 166.42º 1% 0.31% -
HSV(B) 166.42º 1% 0.62% -
XYZ 15.97 26.23 22.96 -
YUV 107.36 136.82 51.43 -
System Red Green Blue C M Y K H S L
Decimal 0 159 123 1 0 0.23 0.38 166.42 1 0.31
Hex 0 9F 7B 64 0 17 26 A6 64 1F
Octal 0 237 173 144 0 27 46 246 144 37
Binary 0 10011111 1111011 1100100 0 10111 100110 10100110 1100100 11111

Color Harmonies of #009F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009F7B

Black with #009F7B

Text Example


Text Example

White with #009F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009F7B; }

 p { color: rgb(0,159,123); }

 H1.HeaderClassName
 {
   color: #009F7B;
 }
 .AnyTagClassName
 {
   color: #009F7B;
 }
</style>

background-color css

<style>
 a { background-color: #009F7B; }

 a { background-color: rgb(0,159,123); }

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

border-color css

<style>
 span { border-color: #009F7B; }

 span { border-color: rgb(0,159,123); }

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