Html Css Color HEX #099C7E Free Speech Aquamarine

📋 copy color: '#099C7E'

red 9 ◦ green 156 ◦ blue 126

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

Shades of Free Speech Aquamarine #099C7E

Tints of Free Speech Aquamarine #099C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 3.09%
G = 53.61%
B = 43.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#099C7E (or 0x099C7E) is known color: Free Speech Aquamarine. HEX triplet: 09, 9C and 7E. RGB value is (9,156,126). Sum of RGB (Red+Green+Blue) = 9+156+126=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #099C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C7E is #F66381. Grayscale: #6C6C6C. Windows color (decimal): -16147330 or 8297481. OLE color: 8297481.

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

Color convert

RGB 9 156 126 -
CMYK 0.94 0 0.19 0.39
HSL 167.76º 0.89% 0.32% -
HSV(B) 167.76º 0.94% 0.61% -
XYZ 15.77 25.34 23.8 -
YUV 108.63 137.8 56.94 -
System Red Green Blue C M Y K H S L
Decimal 9 156 126 0.94 0 0.19 0.39 167.76 0.89 0.32
Hex 9 9C 7E 5E 0 13 27 A8 59 20
Octal 11 234 176 136 0 23 47 250 131 40
Binary 1001 10011100 1111110 1011110 0 10011 100111 10101000 1011001 100000

Color Harmonies of #099C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C7E

Black with #099C7E

Text Example


Text Example

White with #099C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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