#0CA475

Color #0CA475 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #0CA475

Tints of Free Speech Aquamarine #0CA475

Color information

#0CA475 (or 0x0CA475) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, A4 and 75. RGB value is (12,164,117). Sum of RGB (Red+Green+Blue) = 12+164+117=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA475 is #F35B8A. Grayscale: #717171. Windows color (decimal): -15948683 or 7709708. OLE color: 7709708.

HSL color Cylindrical-coordinate representation of color #0CA475: hue angle of 161.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA475 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB12164117-
CMYK0.9300.290.36
HSL161.45º86.36%34.51%-
HSV(B)161.45º92.68%64.31%-
XYZ16.6427.9121.34-
YUV113.19130.1455.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.10%
GREEN value IS 164 (64.45% from 255) = 55.97%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=4.10%
G=55.97%
B=39.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121641170.9300.290.36161.4586.3634.51
HexCA4755D01D24a15623
Octal142441651350354424112643
Binary11001010010011101011011101011101100100101000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA475; }

 p { color: rgb(12,164,117); }

 H1.HeaderClassName
 {
   color: #0CA475;
 }
 .AnyTagClassName
 {
   color: #0CA475;
 }
</style>
background-color css

<style>
 a { background-color: #0CA475; }

 a { background-color: rgb(12,164,117); }

 div.DivClassName
 {
   background-color: #0CA475;
 }
 .BgClassName
 {
   background-color: #0CA475;
 }
</style>
border-color css

<style>
 span { border-color: #0CA475; }

 span { border-color: rgb(12,164,117); }

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