Html Css Color HEX #099C71 Free Speech Aquamarine

📋 copy color: '#099C71'

red 9 ◦ green 156 ◦ blue 113

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

Shades of Free Speech Aquamarine #099C71

Tints of Free Speech Aquamarine #099C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.12%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 3.24%
G = 56.12%
B = 40.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#099C71 (or 0x099C71) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 71. RGB value is (9,156,113). Sum of RGB (Red+Green+Blue) = 9+156+113=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #099C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C71 is #F6638E. Grayscale: #6B6B6B. Windows color (decimal): -16147343 or 7445513. OLE color: 7445513.

HSL color Cylindrical-coordinate representation of color #099C71: hue angle of 162.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C71 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 113 -
CMYK 0.94 0 0.28 0.39
HSL 162.45º 0.89% 0.32% -
HSV(B) 162.45º 0.94% 0.61% -
XYZ 14.98 25.03 19.66 -
YUV 107.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 9 156 113 0.94 0 0.28 0.39 162.45 0.89 0.32
Hex 9 9C 71 5E 0 1C 27 A2 59 20
Octal 11 234 161 136 0 34 47 242 131 40
Binary 1001 10011100 1110001 1011110 0 11100 100111 10100010 1011001 100000

Color Harmonies of #099C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C71

Black with #099C71

Text Example


Text Example

White with #099C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,113); }

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

background-color css

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

 a { background-color: rgb(9,156,113); }

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

border-color css

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

 span { border-color: rgb(9,156,113); }

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