Html Css Color HEX #10A376 Free Speech Aquamarine

📋 copy color: '#10A376'

red 16 ◦ green 163 ◦ blue 118

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

Shades of Free Speech Aquamarine #10A376

Tints of Free Speech Aquamarine #10A376

RGB

 RED value IS 16 (6.64% from 255) = 5.39%

 GREEN value IS 163 (64.06% from 255) = 54.88%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 5.39%
G = 54.88%
B = 39.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#10A376 (or 0x10A376) is known color: Free Speech Aquamarine. HEX triplet: 10, A3 and 76. RGB value is (16,163,118). Sum of RGB (Red+Green+Blue) = 16+163+118=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #10A376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A376 is #EF5C89. Grayscale: #717171. Windows color (decimal): -15686794 or 7774992. OLE color: 7774992.

HSL color Cylindrical-coordinate representation of color #10A376: hue angle of 161.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A376 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 118 -
CMYK 0.90 0 0.28 0.36
HSL 161.63º 0.82% 0.35% -
HSV(B) 161.63º 0.9% 0.64% -
XYZ 16.58 27.61 21.6 -
YUV 113.92 130.3 58.16 -
System Red Green Blue C M Y K H S L
Decimal 16 163 118 0.90 0 0.28 0.36 161.63 0.82 0.35
Hex 10 A3 76 5A 0 1C 24 A2 52 23
Octal 20 243 166 132 0 34 44 242 122 43
Binary 10000 10100011 1110110 1011010 0 11100 100100 10100010 1010010 100011

Color Harmonies of #10A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A376

Black with #10A376

Text Example


Text Example

White with #10A376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A376; }

 p { color: rgb(16,163,118); }

 H1.HeaderClassName
 {
   color: #10A376;
 }
 .AnyTagClassName
 {
   color: #10A376;
 }
</style>

background-color css

<style>
 a { background-color: #10A376; }

 a { background-color: rgb(16,163,118); }

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

border-color css

<style>
 span { border-color: #10A376; }

 span { border-color: rgb(16,163,118); }

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