Html Css Color HEX #099C6B Free Speech Aquamarine

📋 copy color: '#099C6B'

red 9 ◦ green 156 ◦ blue 107

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

Shades of Free Speech Aquamarine #099C6B

Tints of Free Speech Aquamarine #099C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 3.31%
G = 57.35%
B = 39.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#099C6B (or 0x099C6B) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 6B. RGB value is (9,156,107). Sum of RGB (Red+Green+Blue) = 9+156+107=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #099C6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C6B is #F66394. Grayscale: #6A6A6A. Windows color (decimal): -16147349 or 7052297. OLE color: 7052297.

HSL color Cylindrical-coordinate representation of color #099C6B: hue angle of 160º 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 #099C6B is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 107 -
CMYK 0.94 0 0.31 0.39
HSL 160º 0.89% 0.32% -
HSV(B) 160º 0.94% 0.61% -
XYZ 14.65 24.9 17.94 -
YUV 106.46 128.3 58.48 -
System Red Green Blue C M Y K H S L
Decimal 9 156 107 0.94 0 0.31 0.39 160 0.89 0.32
Hex 9 9C 6B 5E 0 1F 27 A0 59 20
Octal 11 234 153 136 0 37 47 240 131 40
Binary 1001 10011100 1101011 1011110 0 11111 100111 10100000 1011001 100000

Color Harmonies of #099C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C6B

Black with #099C6B

Text Example


Text Example

White with #099C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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