Html Css Color HEX #099F7B Free Speech Aquamarine

📋 copy color: '#099F7B'

red 9 ◦ green 159 ◦ blue 123

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

Shades of Free Speech Aquamarine #099F7B

Tints of Free Speech Aquamarine #099F7B

RGB

 RED value IS 9 (3.91% from 255) = 3.09%

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

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

R = 3.09%
G = 54.64%
B = 42.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#099F7B (or 0x099F7B) is known color: Free Speech Aquamarine. HEX triplet: 09, 9F and 7B. RGB value is (9,159,123). Sum of RGB (Red+Green+Blue) = 9+159+123=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #099F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F7B is #F66084. Grayscale: #6E6E6E. Windows color (decimal): -16146565 or 8101641. OLE color: 8101641.

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

Color convert

RGB 9 159 123 -
CMYK 0.94 0 0.23 0.38
HSL 165.6º 0.89% 0.33% -
HSV(B) 165.6º 0.94% 0.62% -
XYZ 16.09 26.28 22.96 -
YUV 110.05 135.31 55.93 -
System Red Green Blue C M Y K H S L
Decimal 9 159 123 0.94 0 0.23 0.38 165.6 0.89 0.33
Hex 9 9F 7B 5E 0 17 26 A6 59 21
Octal 11 237 173 136 0 27 46 246 131 41
Binary 1001 10011111 1111011 1011110 0 10111 100110 10100110 1011001 100001

Color Harmonies of #099F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F7B

Black with #099F7B

Text Example


Text Example

White with #099F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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