Html Css Color HEX #10A375 Free Speech Aquamarine

📋 copy color: '#10A375'

red 16 ◦ green 163 ◦ blue 117

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

Shades of Free Speech Aquamarine #10A375

Tints of Free Speech Aquamarine #10A375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 5.41%
G = 55.07%
B = 39.53%

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

#10A375 (or 0x10A375) is known color: Free Speech Aquamarine. HEX triplet: 10, A3 and 75. RGB value is (16,163,117). Sum of RGB (Red+Green+Blue) = 16+163+117=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #10A375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A375 is #EF5C8A. Grayscale: #717171. Windows color (decimal): -15686795 or 7709456. OLE color: 7709456.

HSL color Cylindrical-coordinate representation of color #10A375: hue angle of 161.22º 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 #10A375 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 117 -
CMYK 0.90 0 0.28 0.36
HSL 161.22º 0.82% 0.35% -
HSV(B) 161.22º 0.9% 0.64% -
XYZ 16.52 27.59 21.28 -
YUV 113.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 16 163 117 0.90 0 0.28 0.36 161.22 0.82 0.35
Hex 10 A3 75 5A 0 1C 24 A1 52 23
Octal 20 243 165 132 0 34 44 241 122 43
Binary 10000 10100011 1110101 1011010 0 11100 100100 10100001 1010010 100011

Color Harmonies of #10A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A375

Black with #10A375

Text Example


Text Example

White with #10A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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